summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_MIRROR.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_MIRROR.c')
-rw-r--r--extensions/libipt_MIRROR.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_MIRROR.c b/extensions/libipt_MIRROR.c
index 632e9548..b5996fa7 100644
--- a/extensions/libipt_MIRROR.c
+++ b/extensions/libipt_MIRROR.c
@@ -13,7 +13,7 @@ help(void)
{
printf(
"MIRROR target v%s takes no options\n",
-NETFILTER_VERSION);
+IPTABLES_VERSION);
}
static struct option opts[] = {
@@ -45,7 +45,7 @@ static
struct iptables_target mirror
= { NULL,
"MIRROR",
- NETFILTER_VERSION,
+ IPTABLES_VERSION,
IPT_ALIGN(0),
IPT_ALIGN(0),
&help,