From 60e3f986409940d6d90c9a839c66f82dfa684637 Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 19 Jun 2003 11:58:06 +0000 Subject: fix NETFILTER_VERSION -> IPTABLES_VERSION (Oliver Fudd ofudd@speed-test.net) --- extensions/libipt_IPMARK.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') 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, -- cgit v1.2.3