]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
ICMPv4 over IPv6 is no good idea :(
authorHarald Welte <laforge@gnumonks.org>
Mon, 13 Nov 2000 14:34:34 +0000 (14:34 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 13 Nov 2000 14:34:34 +0000 (14:34 +0000)
ip6tables.c

index 4df70c824efce216d82e038cffabbdda5a95dd23..31e5f528caf0d0bc20d218e449fb31d3797cb145 100644 (file)
@@ -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 },
 };