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 | 9 +++++++++ 1 file changed, 9 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 e19742a..4657327 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; -- cgit v1.2.3