From 7cb41c01159be4f07af0ef8f9fe544b496cba005 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 3 Feb 2004 09:49:45 +0000 Subject: latest version of CONNMARK updates (Henrik Nordstrom) --- include/linux/netfilter_ipv4/ipt_CONNMARK.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (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 index b237a4f..d3c0253 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; }; -- cgit v1.2.3