]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Fix command name in ip6tables error message
authorPhil Sutter <phil@nwl.cc>
Fri, 7 Aug 2020 11:48:28 +0000 (13:48 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 14 Aug 2020 07:00:08 +0000 (09:00 +0200)
commit3be40dcfb5af1438b6abdbda45a1e3b59c104e13
treeb900b53731aaac9ab8d6c1f702ca5d443a93e956
parent27d01216cf05eb0b49b6456137e01a44d4547796
nft: Fix command name in ip6tables error message

Upon errors, ip6tables-nft would prefix its error messages with
'iptables:' instead of 'ip6tables:'. Turns out the command name was
hard-coded, use 'progname' variable instead.
While being at it, merge the two mostly identical fprintf() calls into
one.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/xtables-standalone.c