]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: nft removes required inet dependency expressions
authorFlorian Westphal <fw@strlen.de>
Mon, 23 Oct 2017 22:14:04 +0000 (00:14 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 26 Oct 2017 21:46:10 +0000 (23:46 +0200)
commit46b53873ed7b66dbd91e63dfe766e32dd3db53e9
tree4c394fab52e6f62e288bc084771c78831b25106f
parentc22721b69a51a73c18ea251c91973aef5445f225
tests: nft removes required inet dependency expressions

+inet/meta.t: line: 10: 'add rule inet t input meta nfproto ipv6 tcp dport 22': 'meta nfproto ipv6 tcp dport 22' mismatches 'tcp dport 22'
+inet/meta.t: line: 11: 'add rule inet t input meta nfproto ipv4 tcp dport 22': 'meta nfproto ipv4 tcp dport 22' mismatches 'tcp dport 22'
+inet/meta.t: line: 13: 'add rule inet t input meta nfproto ipv6 meta l4proto tcp': 'meta nfproto ipv6 meta l4proto 6' mismatches 'meta l4proto 6'
+inet/ip_tcp.t: line: 20: 'src/nft add rule inet test input ether type ip tcp dport 22': 'ether type ip tcp dport 22' mismatches 'tcp dport 22'

All of these are actual errors, i.e. meaning of rule is changed.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/py/inet/ip_tcp.t
tests/py/inet/ip_tcp.t.payload
tests/py/inet/ip_tcp.t.payload.bridge
tests/py/inet/ip_tcp.t.payload.netdev
tests/py/inet/meta.t
tests/py/inet/meta.t.payload