Use ip6 instead of ipv6. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- src/payload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payload.c b/src/payload.c index decfcd6..bfd8ba4 100644 --- a/src/payload.c +++ b/src/payload.c @@ -982,7 +982,7 @@ static const struct symbol_table ethertype_tbl = { .symbols = { SYMBOL("ip", ETH_P_IP), SYMBOL("arp", ETH_P_ARP), - SYMBOL("ipv6", ETH_P_IPV6), + SYMBOL("ip6", ETH_P_IPV6), SYMBOL("vlan", ETH_P_8021Q), SYMBOL_LIST_END }, -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html