]> git.ipfire.org Git - thirdparty/iptables.git/commit
arptables-nft: Remove space between *cnt= and value
authorPhil Sutter <phil@nwl.cc>
Thu, 31 Jan 2019 15:12:53 +0000 (16:12 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 31 Jan 2019 21:53:15 +0000 (22:53 +0100)
commit9421327926a529ec8300d37f3be8a6cfab701786
treed0e5053c07edf1df6cb7046f5c8b9f240f93be0c
parent756bea26a3dad89c467c703725ce6d3c6b29c871
arptables-nft: Remove space between *cnt= and value

When printing rule counters, call xtables_print_num() with FMT_NOTABLE
bit set to avoid spaces between equal sign and value.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/nft-arp.c