summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2004-02-03 09:49:45 +0000
committerlaforge <laforge>2004-02-03 09:49:45 +0000
commit7cb41c01159be4f07af0ef8f9fe544b496cba005 (patch)
tree3e14996ad14b9ecb5a8de815124d255de6c434fd
parent5b91d339b746219d2d0be374411639156b7794d1 (diff)
latest version of CONNMARK updates (Henrik Nordstrom)
-rw-r--r--include/linux/netfilter_ipv4/ipt_CONNMARK.h10
-rw-r--r--include/linux/netfilter_ipv4/ipt_connmark.h9
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 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 <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 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 <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;