]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix NETFILTER_VERSION -> IPTABLES_VERSION (Oliver Fudd ofudd@speed-test.net)
authorOliver Fudd <ofudd@speed-test.net>
Thu, 19 Jun 2003 11:58:06 +0000 (11:58 +0000)
committerHarald Welte <laforge@gnumonks.org>
Thu, 19 Jun 2003 11:58:06 +0000 (11:58 +0000)
extensions/libipt_IPMARK.c

index 80fbf5c6f322ae323fe89d2fa4ee65b21f560359..ae335c44a913087b56825f64ff19ffe787ab2224 100644 (file)
@@ -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,