From e822c0ec10e20248b959e9b271efef125feb8a4d Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 29 May 2002 13:08:15 +0000 Subject: globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming --- extensions/libip6t_icmpv6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libip6t_icmpv6.c') diff --git a/extensions/libip6t_icmpv6.c b/extensions/libip6t_icmpv6.c index 97027da..52d7871 100644 --- a/extensions/libip6t_icmpv6.c +++ b/extensions/libip6t_icmpv6.c @@ -81,7 +81,7 @@ help(void) "ICMPv6 v%s options:\n" " --icmpv6-type [!] typename match icmpv6 type\n" " (or numeric type or type/code)\n" -"\n", NETFILTER_VERSION); +"\n", IPTABLES_VERSION); print_icmpv6types(); } @@ -260,7 +260,7 @@ static void final_check(unsigned int flags) static struct ip6tables_match icmpv6 = { NULL, "icmp6", - NETFILTER_VERSION, + IPTABLES_VERSION, IP6T_ALIGN(sizeof(struct ip6t_icmp)), IP6T_ALIGN(sizeof(struct ip6t_icmp)), &help, -- cgit v1.2.3