]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
latest version of CONNMARK updates (Henrik Nordstrom)
authorHenrik Nordstrom <hno@marasystems.com>
Tue, 3 Feb 2004 09:49:45 +0000 (09:49 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 3 Feb 2004 09:49:45 +0000 (09:49 +0000)
include/linux/netfilter_ipv4/ipt_CONNMARK.h
include/linux/netfilter_ipv4/ipt_connmark.h

index b237a4f7ed5d25175aaf4856a9429f9e3f82e05d..d3c02536fc4c471063f56930673cc24a94ede8cb 100644 (file)
@@ -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;
 };
 
index e19742a2f7fd0a61823ffae0fda4f3e6fe30a894..46573270d9aa23781d0d2dd4a2bbf3688149b24b 100644 (file)
@@ -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;