summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_multiport.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libip6t_multiport.c')
-rw-r--r--extensions/libip6t_multiport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libip6t_multiport.c b/extensions/libip6t_multiport.c
index 16bbcf8..4847a9d 100644
--- a/extensions/libip6t_multiport.c
+++ b/extensions/libip6t_multiport.c
@@ -21,7 +21,7 @@ help(void)
" match destination port(s)\n"
" --ports port[,port,port]\n"
" match both source and destination port(s)\n",
-NETFILTER_VERSION);
+IPTABLES_VERSION);
}
static struct option opts[] = {
@@ -246,7 +246,7 @@ static
struct ip6tables_match multiport
= { NULL,
"multiport",
- NETFILTER_VERSION,
+ IPTABLES_VERSION,
IP6T_ALIGN(sizeof(struct ip6t_multiport)),
IP6T_ALIGN(sizeof(struct ip6t_multiport)),
&help,