]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: icmp, icmpv6: avoid remaining warnings
authorFlorian Westphal <fw@strlen.de>
Wed, 9 Dec 2020 17:27:55 +0000 (18:27 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 9 Dec 2020 17:33:53 +0000 (18:33 +0100)
commit53cb4815a1ef87118531a78569412159554a1672
tree1a974925a6929239352e3ca609dcf15d93ffd134
parentd0f3b9eaab8d77eed94ec74e3c91218ca76da34d
tests: icmp, icmpv6: avoid remaining warnings

In case of id/sequence, both 'reply' and 'request' are valid types.

nft currently does not remove dependencies that don't have
a fixed rhs constant.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/py/ip/icmp.t
tests/py/ip6/icmpv6.t