From de8e5fa11a81c203a14b13f57276730fe0e7ab7e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 13 Nov 2000 14:34:34 +0000 Subject: ICMPv4 over IPv6 is no good idea :( --- ip6tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, }; -- cgit v1.2.3