From: Henrik Nordstrom Date: Tue, 3 Feb 2004 09:49:45 +0000 (+0000) Subject: latest version of CONNMARK updates (Henrik Nordstrom) X-Git-Tag: v1.3.0-rc1~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=320443dbef678a357f7c10406e8c297d6ab3ddd9;p=thirdparty%2Fiptables.git latest version of CONNMARK updates (Henrik Nordstrom) --- diff --git a/include/linux/netfilter_ipv4/ipt_CONNMARK.h b/include/linux/netfilter_ipv4/ipt_CONNMARK.h index b237a4f7..d3c02536 100644 --- a/include/linux/netfilter_ipv4/ipt_CONNMARK.h +++ b/include/linux/netfilter_ipv4/ipt_CONNMARK.h @@ -1,6 +1,15 @@ #ifndef _IPT_CONNMARK_H_target #define _IPT_CONNMARK_H_target +/* Copyright (C) 2002,2004 MARA Systems AB + * by Henrik Nordstrom + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + enum { IPT_CONNMARK_SET = 0, IPT_CONNMARK_SAVE, @@ -9,6 +18,7 @@ enum { struct ipt_connmark_target_info { unsigned long mark; + unsigned long mask; u_int8_t mode; }; diff --git a/include/linux/netfilter_ipv4/ipt_connmark.h b/include/linux/netfilter_ipv4/ipt_connmark.h index e19742a2..46573270 100644 --- a/include/linux/netfilter_ipv4/ipt_connmark.h +++ b/include/linux/netfilter_ipv4/ipt_connmark.h @@ -1,6 +1,15 @@ #ifndef _IPT_CONNMARK_H #define _IPT_CONNMARK_H +/* Copyright (C) 2002,2004 MARA Systems AB + * by Henrik Nordstrom + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + struct ipt_connmark_info { unsigned long mark, mask; u_int8_t invert;