From 065c01a09fb8b3d0f90707541b63d7ee42079fca Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 1 Feb 2016 14:51:02 +0100 Subject: proto: use parameter-problem for icmpv6 type To keep it consistent with icmpv4 naming. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=911 Signed-off-by: Pablo Neira Ayuso --- src/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto.c') diff --git a/src/proto.c b/src/proto.c index 0cd9fdbd..0ed98ed3 100644 --- a/src/proto.c +++ b/src/proto.c @@ -542,7 +542,7 @@ static const struct symbol_table icmp6_type_tbl = { SYMBOL("destination-unreachable", ICMP6_DST_UNREACH), SYMBOL("packet-too-big", ICMP6_PACKET_TOO_BIG), SYMBOL("time-exceeded", ICMP6_TIME_EXCEEDED), - SYMBOL("param-problem", ICMP6_PARAM_PROB), + SYMBOL("parameter-problem", ICMP6_PARAM_PROB), SYMBOL("echo-request", ICMP6_ECHO_REQUEST), SYMBOL("echo-reply", ICMP6_ECHO_REPLY), SYMBOL("mld-listener-query", MLD_LISTENER_QUERY), -- cgit v1.2.3