aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_CONNMARK.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-12 18:42:12 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 12:25:11 +0200
commite973a70ca033bfcd4d8b59d1f66bfc1e782e1276 (patch)
tree54f39b5bdb044752c9880242eb6ae0e269bb247f /include/linux/netfilter/xt_CONNMARK.h
parentnetfilter: xtables: remove xt_TOS v0 (diff)
downloadlinux-dev-e973a70ca033bfcd4d8b59d1f66bfc1e782e1276.tar.xz
linux-dev-e973a70ca033bfcd4d8b59d1f66bfc1e782e1276.zip
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/netfilter/xt_CONNMARK.h')
-rw-r--r--include/linux/netfilter/xt_CONNMARK.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/netfilter/xt_CONNMARK.h b/include/linux/netfilter/xt_CONNMARK.h
index 7635c8ffdadb..0a8545866752 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;