[IPv6] rules: Remove bogus tos validation check
authorThomas Graf <tgraf@suug.ch>
Fri, 10 Nov 2006 22:11:04 +0000 (14:11 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:12 +0000 (21:22 -0800)
commitf465e489c457821751f6253abaaf28c10f9d8895
treed36ceef24267d7b5fe4d836435a5760dc64f67be
parent339bf98ffc6a8d8eb16fc532ac57ffbced2f8a68
[IPv6] rules: Remove bogus tos validation check

Noticed by Al Viro:
     (frh->tos & ~IPV6_FLOWINFO_MASK))
where IPV6_FLOWINFO_MASK is htonl(0xfffffff) and frh->tos
is u8, which makes no sense here...

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/fib6_rules.c