From: Alban VIDAL <alban.vidal@xxxxxxxxxx> Dear Netfilter developers, Please find two patch in next emails to add option in iptables-save and xtables-save to show zeroed counters for chains when saving rulesets. Best regards, Alban --- Alban VIDAL (1): iptables-save: add option to show zeroed counters when saving rulesets Antonio Ospite (1): xtables-save: implement showing zeroed chain counters when saving rulesets include/xtables.h | 1 + iptables/iptables-save.8.in | 7 +++++-- iptables/iptables-save.c | 12 ++++++++++-- iptables/nft-arp.c | 3 ++- iptables/nft-bridge.c | 3 ++- iptables/nft-shared.c | 8 +++++++- iptables/nft-shared.h | 6 ++++-- iptables/nft.c | 4 ++-- iptables/nft.h | 2 +- iptables/xtables-save.c | 14 +++++++++----- 10 files changed, 43 insertions(+), 17 deletions(-) -- 2.20.1