patch 1, 2, 3, 4, 5 and 7 are various trivial fixes. patch 6 is meant for expression list handling in iptables-nftables tool Tomasz Bursztyka (7): git: add a .gitignore file build: add an autogen.sh script rule: declare nft_rule_list structure at a proper place expr: remove inconsistent and non implemented function map: fix nft_rule_expr_build_payload export expr: add support for expr list and capability to add it into a rule chain: handle attribute is relevant if only there is no name to use .gitignore | 30 ++++++++++++++++++++++++++++++ autogen.sh | 4 ++++ include/libnftables/expr.h | 7 ++++++- include/libnftables/rule.h | 5 +++++ src/chain.c | 3 ++- src/expr.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ src/internal.h | 4 ++++ src/libnftables.map | 6 ++++++ src/rule.c | 12 ++++++++++++ 9 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100755 autogen.sh -- 1.8.2.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