summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-09-05 13:56:30 +0000
committerPatrick McHardy <kaber@trash.net>2007-09-05 13:56:30 +0000
commiteda0390fe200f2d9f37d2a19b50e7ca531367ada (patch)
tree130ddea2936d02d58de6c676dbe62382f7ac3e86 /include/linux/netfilter_ipv6
parent7a87b74d4d41a356df3a81d0e8415c4f7a76097b (diff)
Resync header files and build IPv6 frag match unconditionally
Diffstat (limited to 'include/linux/netfilter_ipv6')
-rw-r--r--include/linux/netfilter_ipv6/ip6t_frag.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/netfilter_ipv6/ip6t_frag.h b/include/linux/netfilter_ipv6/ip6t_frag.h
index 449a57ec..66070a0d 100644
--- a/include/linux/netfilter_ipv6/ip6t_frag.h
+++ b/include/linux/netfilter_ipv6/ip6t_frag.h
@@ -21,13 +21,4 @@ struct ip6t_frag
#define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */
#define IP6T_FRAG_INV_MASK 0x03 /* All possible flags. */
-#define MASK_HOPOPTS 128
-#define MASK_DSTOPTS 64
-#define MASK_ROUTING 32
-#define MASK_FRAGMENT 16
-#define MASK_AH 8
-#define MASK_ESP 4
-#define MASK_NONE 2
-#define MASK_PROTO 1
-
#endif /*_IP6T_FRAG_H*/