summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/ct.t.payload
Commit message (Collapse)AuthorAgeFilesLines
* tests: add ct tests for ip familyFlorian Westphal2016-01-041-0/+62
Cannot check e.g. saddr for 192.168.0.1 for 'any' protocol, nft needs to expect arguments of a specific address type. So e.g. when using 'inet' we need to add a rule that makes the expected family explicit, e.g. 'meta nfproto ipv4'. Signed-off-by: Florian Westphal <fw@strlen.de>