summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2003-06-19 11:58:06 +0000
committerlaforge <laforge>2003-06-19 11:58:06 +0000
commit60e3f986409940d6d90c9a839c66f82dfa684637 (patch)
treea9c152d42585a9e34b8568dd5841a2aa16d16cb4
parent0782cc7eb455e25e072522ac146f3a679879c19f (diff)
fix NETFILTER_VERSION -> IPTABLES_VERSION (Oliver Fudd ofudd@speed-test.net)
-rw-r--r--extensions/libipt_IPMARK.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_IPMARK.c b/extensions/libipt_IPMARK.c
index 80fbf5c..ae335c4 100644
--- a/extensions/libipt_IPMARK.c
+++ b/extensions/libipt_IPMARK.c
@@ -33,7 +33,7 @@ help(void)
" --and-mask value logical AND ip address with this value becomes MARK\n"
" --or-mask value logical OR ip address with this value becomes MARK\n"
"\n",
-NETFILTER_VERSION);
+IPTABLES_VERSION);
}
static struct option opts[] = {
@@ -152,7 +152,7 @@ static
struct iptables_target ipmark
= { NULL,
"IPMARK",
- NETFILTER_VERSION,
+ IPTABLES_VERSION,
IPT_ALIGN(sizeof(struct ipt_ipmark_target_info)),
IPT_ALIGN(sizeof(struct ipt_ipmark_target_info)),
&help,