diff options
author | Henrik Nordstrom <hno@marasystems.com> | 2004-02-03 09:49:45 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2004-02-03 09:49:45 +0000 |
commit | 320443dbef678a357f7c10406e8c297d6ab3ddd9 (patch) | |
tree | 3e14996ad14b9ecb5a8de815124d255de6c434fd /include/linux | |
parent | a6ef99487b05ac5f358cb58d9448e28ac5f38b30 (diff) |
latest version of CONNMARK updates (Henrik Nordstrom)
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter_ipv4/ipt_CONNMARK.h | 10 | ||||
-rw-r--r-- | include/linux/netfilter_ipv4/ipt_connmark.h | 9 |
2 files changed, 19 insertions, 0 deletions
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 <http://www.marasystems.com> + * by Henrik Nordstrom <hno@marasystems.com> + * + * 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 <http://www.marasystems.com> + * by Henrik Nordstrom <hno@marasystems.com> + * + * 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; |