]> git.ipfire.org Git - thirdparty/iptables.git/commit
arptables: Print space before comma and counters
authorPhil Sutter <phil@nwl.cc>
Fri, 15 Feb 2019 14:27:43 +0000 (15:27 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 21 Feb 2019 10:23:22 +0000 (11:23 +0100)
commit73a0c2ef36d15e8277f0e00337736668b325381a
treee87b2ef848642a371b8c24da69c41ac79ac5730b
parent14d3d12fe4426c80be3c171366bad74c9e18c4ca
arptables: Print space before comma and counters

Legacy arptables separates counters from rest of rule by ' , '. Assuming
that scripts scraping 'arptables -vL' output match on this, make
arptables-nft output conformant.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft-arp.c
iptables/tests/shell/testcases/arptables/0003-arptables-verbose-output_0