summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_limit.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libip6t_limit.c')
-rw-r--r--extensions/libip6t_limit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libip6t_limit.c b/extensions/libip6t_limit.c
index 4a0dc08c..9516252b 100644
--- a/extensions/libip6t_limit.c
+++ b/extensions/libip6t_limit.c
@@ -26,7 +26,7 @@ help(void)
" [Packets per second unless followed by \n"
" /sec /minute /hour /day postfixes]\n"
"--limit-burst number number to match in a burst, default %u\n"
-"\n", NETFILTER_VERSION, IP6T_LIMIT_BURST);
+"\n", IPTABLES_VERSION, IP6T_LIMIT_BURST);
}
static struct option opts[] = {
@@ -181,7 +181,7 @@ static
struct ip6tables_match limit
= { NULL,
"limit",
- NETFILTER_VERSION,
+ IPTABLES_VERSION,
IP6T_ALIGN(sizeof(struct ip6t_rateinfo)),
offsetof(struct ip6t_rateinfo, prev),
&help,