summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_CONNMARK.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-08-23 22:10:11 +0000
committerHarald Welte <laforge@gnumonks.org>2003-08-23 22:10:11 +0000
commit105650a15e20255c5d037f32b8ef4a2431c59855 (patch)
treecdc4d442fd1cbb70b528166eb6eb1ec800719027 /include/linux/netfilter_ipv4/ipt_CONNMARK.h
parent703575d4b45d15996ee2ca0b13d958a22cd78f4f (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 00000000..b237a4f7
--- /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*/