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 4e54f45..666599d 100644
--- a/extensions/libipt_pool.c
+++ b/extensions/libipt_pool.c
@@ -24,7 +24,7 @@ help(void)
" [!] --srcpool NAME|INDEX\n"
" [!] --dstpool NAME|INDEX\n"
" Pool index (or name from %s) to match\n"
-"\n", NETFILTER_VERSION, IPPOOL_CONF);
+"\n", IPTABLES_VERSION, IPPOOL_CONF);
}
static struct option opts[] = {
@@ -126,7 +126,7 @@ static
struct iptables_match pool
= { NULL,
"pool",
- NETFILTER_VERSION,
+ IPTABLES_VERSION,
IPT_ALIGN(sizeof(struct ipt_pool_info)),
IPT_ALIGN(sizeof(struct ipt_pool_info)),
&help,