summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Fudd <ofudd@speed-test.net>2003-06-19 11:58:06 +0000
committerHarald Welte <laforge@gnumonks.org>2003-06-19 11:58:06 +0000
commitcbc963941ef4abcb5c2d889b4173501e7a4cbc3b (patch)
treea9c152d42585a9e34b8568dd5841a2aa16d16cb4
parent78c57fac86e7ac32332684e80429a8dab9a8f556 (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 80fbf5c6..ae335c44 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,