From: Harald Welte Date: Mon, 13 Nov 2000 14:34:34 +0000 (+0000) Subject: ICMPv4 over IPv6 is no good idea :( X-Git-Tag: v1.2.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de8e5fa11a81c203a14b13f57276730fe0e7ab7e;p=thirdparty%2Fiptables.git ICMPv4 over IPv6 is no good idea :( --- diff --git a/ip6tables.c b/ip6tables.c index 4df70c82..31e5f528 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -189,7 +189,7 @@ struct pprot { static const struct pprot chain_protos[] = { { "tcp", IPPROTO_TCP }, { "udp", IPPROTO_UDP }, - { "icmp", IPPROTO_ICMP }, + { "icmpv6", IPPROTO_ICMPV6 }, { "all", 0 }, };