diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-06-12 18:42:12 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2009-08-10 12:25:11 +0200 |
commit | e973a70ca033bfcd4d8b59d1f66bfc1e782e1276 (patch) | |
tree | 54f39b5bdb044752c9880242eb6ae0e269bb247f /include/linux | |
parent | 7cd1837b5d24417eca667d674a97bea936849785 (diff) |
netfilter: xtables: remove xt_CONNMARK v0
Superseded by xt_CONNMARK v1 (v2.6.24-2917-g0dc8c76).
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter/xt_CONNMARK.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/netfilter/xt_CONNMARK.h b/include/linux/netfilter/xt_CONNMARK.h index 7635c8ffdad..0a854586675 100644 --- a/include/linux/netfilter/xt_CONNMARK.h +++ b/include/linux/netfilter/xt_CONNMARK.h @@ -18,12 +18,6 @@ enum { XT_CONNMARK_RESTORE }; -struct xt_connmark_target_info { - unsigned long mark; - unsigned long mask; - __u8 mode; -}; - struct xt_connmark_tginfo1 { __u32 ctmark, ctmask, nfmask; __u8 mode; |