summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ip_tcp.t.payload.bridge
Commit message (Collapse)AuthorAgeFilesLines
* tests: nft removes required payload protocol expressionsFlorian Westphal2017-10-261-0/+42
This test fails with 'ip protocol tcp tcp dport 22' mismatches 'tcp dport 22' ip protocol tcp tcp dport 22 is *ONLY* same as 'tcp dport 22' in the ip family. For netdev/inet/bridge, the dependency is required, as it restricts matching to ipv4. Signed-off-by: Florian Westphal <fw@strlen.de>