summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2008-01-15 08:38:52 +0100
committerDavid S. Miller <davem@davemloft.net>2008-01-29 00:02:21 +0100
commite0a812aea5cbf2085f7645bf2bfd9cba91c8a672 (patch)
treeaff3da78b789dcdd9c4fa57cd3b49df266ea6621 /include
parent[NETFILTER]: xt_CONNMARK target, revision 1 (diff)
downloadlinux-e0a812aea5cbf2085f7645bf2bfd9cba91c8a672.tar.xz
linux-e0a812aea5cbf2085f7645bf2bfd9cba91c8a672.zip
[NETFILTER]: xt_MARK target, revision 2
Introduces the xt_MARK target revision 2. It uses fixed types, and also uses the more expressive XOR logic. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter/xt_MARK.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_MARK.h b/include/linux/netfilter/xt_MARK.h
index b021e93ee5d6..778b278fd9f2 100644
--- a/include/linux/netfilter/xt_MARK.h
+++ b/include/linux/netfilter/xt_MARK.h
@@ -18,4 +18,8 @@ struct xt_mark_target_info_v1 {
u_int8_t mode;
};
+struct xt_mark_tginfo2 {
+ u_int32_t mark, mask;
+};
+
#endif /*_XT_MARK_H_target */