]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/netfilter/ip6_tables.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
[net-next-2.6.git] / net / ipv6 / netfilter / ip6_tables.c
index c683e9e7023bd6a55b2778da36bff7d5fe3d61bf..51df035897e77dfa5b89e6328817cfcb638702cb 100644 (file)
@@ -82,13 +82,13 @@ EXPORT_SYMBOL_GPL(ip6t_alloc_initial_table);
 int
 ip6t_ext_hdr(u8 nexthdr)
 {
-       return ( (nexthdr == IPPROTO_HOPOPTS)   ||
-                (nexthdr == IPPROTO_ROUTING)   ||
-                (nexthdr == IPPROTO_FRAGMENT)  ||
-                (nexthdr == IPPROTO_ESP)       ||
-                (nexthdr == IPPROTO_AH)        ||
-                (nexthdr == IPPROTO_NONE)      ||
-                (nexthdr == IPPROTO_DSTOPTS) );
+       return  (nexthdr == IPPROTO_HOPOPTS)   ||
+               (nexthdr == IPPROTO_ROUTING)   ||
+               (nexthdr == IPPROTO_FRAGMENT)  ||
+               (nexthdr == IPPROTO_ESP)       ||
+               (nexthdr == IPPROTO_AH)        ||
+               (nexthdr == IPPROTO_NONE)      ||
+               (nexthdr == IPPROTO_DSTOPTS);
 }
 
 /* Returns whether matches rule or not. */