commit | 3be40dcfb5af1438b6abdbda45a1e3b59c104e13 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Fri Aug 07 13:48:28 2020 +0200 |
committer | Phil Sutter <phil@nwl.cc> | Fri Aug 14 09:00:08 2020 +0200 |
tree | b900b53731aaac9ab8d6c1f702ca5d443a93e956 | |
parent | 27d01216cf05eb0b49b6456137e01a44d4547796 [diff] |
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>