]> git.ipfire.org Git - thirdparty/iptables.git/commit
ebtables-save: add -c option, using xtables-style counters
authorFlorian Westphal <fw@strlen.de>
Mon, 12 Nov 2018 11:49:10 +0000 (12:49 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 12 Nov 2018 13:31:29 +0000 (14:31 +0100)
commit583b27eabcad6588ef6c923551df444c4e30a210
tree5eb3be65449cadb71a9b597efac5f6a2888533df
parente6723abac82460b73979ebe08d5b3e1baf50b927
ebtables-save: add -c option, using xtables-style counters

The 'original' ebtables-save was a perl script that supported no option.
Add minimal options, like ip(6)tables save.

Retain the old way of formatiing counters via environment variable,
but allow overriding this using the -c option.

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/nft-bridge.c
iptables/xtables-save.c