summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_POOL.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_POOL.c')
-rw-r--r--extensions/libipt_POOL.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_POOL.c b/extensions/libipt_POOL.c
index 62697710..1fef3cb9 100644
--- a/extensions/libipt_POOL.c
+++ b/extensions/libipt_POOL.c
@@ -28,7 +28,7 @@ help(void)
" --add-dstip <pool>\n"
" --del-dstip <pool>\n"
" add/del src/dst IP from pool.\n\n",
-NETFILTER_VERSION);
+IPTABLES_VERSION);
}
static struct option opts[] = {
@@ -134,7 +134,7 @@ static
struct iptables_target ipt_pool_target
= { NULL,
"POOL",
- NETFILTER_VERSION,
+ IPTABLES_VERSION,
IPT_ALIGN(sizeof(struct ipt_pool_info)),
IPT_ALIGN(sizeof(struct ipt_pool_info)),
&help,