commit | f465e489c457821751f6253abaaf28c10f9d8895 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Nov 10 14:11:04 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:22:12 2006 -0800 |
tree | d36ceef24267d7b5fe4d836435a5760dc64f67be | |
parent | 339bf98ffc6a8d8eb16fc532ac57ffbced2f8a68 [diff] |
[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>