summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-01-29 13:36:27 +0000
committerPatrick McHardy <kaber@trash.net>2008-01-29 13:36:27 +0000
commitff068719055ae2327d94c79048381c09d3b744c4 (patch)
treebbb3ee304c3f8cc28f1513728019c3334a328283 /include/linux
parenta99cb4444ceff1b0029c7e25b0714dbee9021b12 (diff)
libxt_CONNMARK revision 1
Add support for xt_CONNMARK target revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter/xt_CONNMARK.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_CONNMARK.h b/include/linux/netfilter/xt_CONNMARK.h
index 9f744689..4e58ba43 100644
--- a/include/linux/netfilter/xt_CONNMARK.h
+++ b/include/linux/netfilter/xt_CONNMARK.h
@@ -22,4 +22,9 @@ struct xt_connmark_target_info {
u_int8_t mode;
};
+struct xt_connmark_tginfo1 {
+ u_int32_t ctmark, ctmask, nfmask;
+ u_int8_t mode;
+};
+
#endif /*_XT_CONNMARK_H_target*/