Re: [IPv6] rules: Remove bogus tos validation check

2006-11-10 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Fri, 10 Nov 2006 13:28:38 +0100 > Noticed by Al Viro: > (frh->tos & ~IPV6_FLOWINFO_MASK)) > where IPV6_FLOWINFO_MASK is htonl(0xfff) and frh->tos > is u8, which makes no sense here... > > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Applied,

[IPv6] rules: Remove bogus tos validation check

2006-11-10 Thread Thomas Graf
Noticed by Al Viro: (frh->tos & ~IPV6_FLOWINFO_MASK)) where IPV6_FLOWINFO_MASK is htonl(0xfff) and frh->tos is u8, which makes no sense here... Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.20/net/ipv6/fib6_rules.c =