summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_CONNMARK.h
diff options
context:
space:
mode:
authorlaforge <laforge>2003-08-23 22:10:11 +0000
committerlaforge <laforge>2003-08-23 22:10:11 +0000
commitdcb8f29a08f4ebc941b1b2d1575705b3b203490f (patch)
treecdc4d442fd1cbb70b528166eb6eb1ec800719027 /include/linux/netfilter_ipv4/ipt_CONNMARK.h
parente398eac7d58f0b52ffcc155fd23f1b8cf1608c61 (diff)
add include files for soon-to-be-submitted patches (and build them unconditionally by putting thme in the extensions/Makefile)
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_CONNMARK.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_CONNMARK.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_CONNMARK.h b/include/linux/netfilter_ipv4/ipt_CONNMARK.h
new file mode 100644
index 0000000..b237a4f
--- /dev/null
+++ b/include/linux/netfilter_ipv4/ipt_CONNMARK.h
@@ -0,0 +1,15 @@
+#ifndef _IPT_CONNMARK_H_target
+#define _IPT_CONNMARK_H_target
+
+enum {
+ IPT_CONNMARK_SET = 0,
+ IPT_CONNMARK_SAVE,
+ IPT_CONNMARK_RESTORE
+};
+
+struct ipt_connmark_target_info {
+ unsigned long mark;
+ u_int8_t mode;
+};
+
+#endif /*_IPT_CONNMARK_H_target*/