Hi, Here are some fixes, mostly on output issues. Afaik, nftables does not handle any chain ordering, builtin ones or not, but in iptables user is used to see builtins ones in a certains order and the rest. So patch 6, 7 and 8 ensures this. Other patches are self explained. Tomasz Bursztyka (9): nft: Set the rule family when creating a new one nft: Handle error on adding rule expressions nft: Refactor and optimize nft_rule_list xtables: Remove useless parameter to nft_chain_list_find nft: Une one unique function to test for a builtin chain nft: Print chains in right order when listing rules nft: Print chains in right order when saving rules xtables-save: Print chains in right order nft: Fix small memory leaks iptables/nft.c | 250 ++++++++++++++++++++++++++++++--------------- iptables/nft.h | 2 +- iptables/xtables-restore.c | 2 +- 3 files changed, 171 insertions(+), 83 deletions(-) -- 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