Long description of what it is and how it works in patch 3. Patch 1 is a dependency to patch 2, Patch 3 adds a simple test suite which was helpful during development. Patch 1 from v3 has been applied already, so it is no longer present here. Changelog for remaining patches is contained in them. Phil Sutter (3): netlink: Pass nlmsg flags from rule.c Implement --echo option tests: Add a simple test suite for --echo option doc/nft.xml | 10 ++++++ include/netlink.h | 12 ++++--- include/nftables.h | 1 + src/evaluate.c | 7 ++++ src/main.c | 11 +++++- src/mnl.c | 25 +++++++++++-- src/netlink.c | 84 ++++++++++++++++++++++++------------------- src/rule.c | 35 ++++++++++-------- tests/echo/run-tests.sh | 45 +++++++++++++++++++++++ tests/echo/testcases/simple.t | 12 +++++++ 10 files changed, 183 insertions(+), 59 deletions(-) create mode 100755 tests/echo/run-tests.sh create mode 100644 tests/echo/testcases/simple.t -- 2.13.1 -- 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