]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: fix up meta l4proto change for ip6 family
authorFlorian Westphal <fw@strlen.de>
Wed, 22 Mar 2017 15:38:30 +0000 (16:38 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 19 May 2017 07:41:22 +0000 (09:41 +0200)
commit81d78c6e73d49dabae9414a9fda4efcb5fa7e224
treeb1e395a931f6dd99522194de6bec2dc2e14b6ed6
parentf21a7a4849b50c30341ec571813bd7fe37040ad3
tests: fix up meta l4proto change for ip6 family

After previous commit nft generates meta l4proto for ipv6 dependencies
instead of checking the (first) nexthdr value.

This fixes up all tests cases accordingly except one which fails with

ip6/reject.t: ... 12: 'ip6 nexthdr 6 reject with tcp reset' mismatches 'meta l4proto 6 reject with tcp reset'
This will be fixed by removing the implicit dependency in a followup patch.

Signed-off-by: Florian Westphal <fw@strlen.de>
21 files changed:
tests/py/bridge/icmpX.t
tests/py/bridge/icmpX.t.payload
tests/py/inet/ah.t.payload.ip6
tests/py/inet/comp.t.payload.ip6
tests/py/inet/dccp.t.payload.ip6
tests/py/inet/esp.t.payload.ip6
tests/py/inet/ether.t.payload.ip6
tests/py/inet/icmpX.t
tests/py/inet/icmpX.t.payload
tests/py/inet/sctp.t.payload.ip6
tests/py/inet/tcp.t.payload.ip6
tests/py/inet/udp.t.payload.ip6
tests/py/inet/udplite.t.payload.ip6
tests/py/ip6/dnat.t.payload.ip6
tests/py/ip6/ether.t.payload
tests/py/ip6/icmpv6.t.payload.ip6
tests/py/ip6/masquerade.t.payload.ip6
tests/py/ip6/redirect.t.payload.ip6
tests/py/ip6/reject.t.payload.ip6
tests/py/ip6/snat.t.payload.ip6
tests/py/ip6/tcpopt.t.payload