From dcb8f29a08f4ebc941b1b2d1575705b3b203490f Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 23 Aug 2003 22:10:11 +0000 Subject: add include files for soon-to-be-submitted patches (and build them unconditionally by putting thme in the extensions/Makefile) --- include/linux/netfilter_ipv4/ipt_CONNMARK.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_CONNMARK.h (limited to 'include/linux/netfilter_ipv4/ipt_CONNMARK.h') 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*/ -- cgit v1.2.3