summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
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 },
};