summaryrefslogtreecommitdiffstats
path: root/ip6tables-save.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables-save.c')
-rw-r--r--ip6tables-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-save.c b/ip6tables-save.c
index d8b15c31..c18bda21 100644
--- a/ip6tables-save.c
+++ b/ip6tables-save.c
@@ -69,7 +69,7 @@ struct pprot {
static const struct pprot chain_protos[] = {
{ "tcp", IPPROTO_TCP },
{ "udp", IPPROTO_UDP },
- { "icmp", IPPROTO_ICMP },
+ { "icmpv6", IPPROTO_ICMPV6 },
{ "esp", IPPROTO_ESP },
{ "ah", IPPROTO_AH },
};