nft-test.py has a bug where it won't check beginning of rule when a set is used, i.e. foo { set } bar;ok; baz { set } bar passes, because we only check after {. Fixing that revealed two issues, fixed in first two patches. Rest fixes up test suite to avoid false positives (the expected test output was wrong but did not trigger due to bug). Last patch fixes nft-test.py. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html