diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-06-12 18:50:33 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2009-08-10 12:25:12 +0200 |
commit | 84899a2b9adaf6c2e20d198d7c24562ce6b391d8 (patch) | |
tree | a0a2c4d9ffc22b283b66ed75640d5df17ccc7228 /include/linux | |
parent | c8001f7fd5a4684280fddceed9fae9ea2e4fb521 (diff) |
netfilter: xtables: remove xt_connmark v0
Superseded by xt_connmark v1 (v2.6.24-2919-g96e3227).
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter/xt_connmark.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netfilter/xt_connmark.h b/include/linux/netfilter/xt_connmark.h index 571e266d004c..619e47cde01a 100644 --- a/include/linux/netfilter/xt_connmark.h +++ b/include/linux/netfilter/xt_connmark.h @@ -12,11 +12,6 @@ * (at your option) any later version. */ -struct xt_connmark_info { - unsigned long mark, mask; - __u8 invert; -}; - struct xt_connmark_mtinfo1 { __u32 mark, mask; __u8 invert; |