Hi, this patchset fixes the segfault obtained if you try to add a rule for arp family. I added a new function into nft-shared that will be used to print matches and target for ip/ip6/family and reworked a bit the code. The function nft_arp_save_firewall isn't implemented yet, I'll send another patch later. Currently is not possible to print ebtables rules, when xtables-eb is ready, I'll do it. BR, Giuseppe Longo (3): nft-shared: adds save_matches_and_target nft-arp: adds nft_arp_save_firewall xtables-events: prints arp rules iptables/nft-arp.c | 9 +++++++++ iptables/nft-ipv4.c | 7 +++++-- iptables/nft-ipv6.c | 7 +++++-- iptables/nft-shared.c | 35 +++++++++++++++++++++++++++++++++++ iptables/nft-shared.h | 6 +++++- iptables/nft.c | 33 ++------------------------------- iptables/nft.h | 2 +- iptables/xtables-events.c | 20 +++++++++++++------- 8 files changed, 75 insertions(+), 44 deletions(-) -- 1.8.1.5 -- 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