summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-05-05 14:44:26 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-05-06 22:56:23 +0200
commitcb5f6e846667f69a508559790a3ea84820f86842 (patch)
tree6fb9987319ab576711ca3116dc9da70f8affa1c2 /tests
parenta84f9329d2f6c75b07f5d5030271686010b4b41e (diff)
proto: Fix wrong token in proto_icmp6
'token' value of ICMP6HDR_MTU field must be 'mtu', not 'packet-too-big'. This went unnoticed because rule delinearization for icmp/icmpv6 payload expressions is problematic anyway in that different fields point to the same offset and therefore are indistinguishable. In this case, an expression like e.g. 'icmpv6 mtu 1500' will be printed later as 'icmpv6 parameter-problem 1500'. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions