]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables: get rid of nft_ipv{4,6}_print_header()
authorPhil Sutter <phil@nwl.cc>
Thu, 19 Jul 2018 16:32:00 +0000 (18:32 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 19 Jul 2018 21:08:22 +0000 (23:08 +0200)
commitae8eece4489b9267be2a82197908d80db73ffd0b
tree1ea20a4551cf8fb3b7fe39a60085a1c925cb66ba
parent26877940415158bbba33c944d25af1c37f9d1452
xtables: get rid of nft_ipv{4,6}_print_header()

Both functions are identical, just passing all their parameters 1:1 to
print_header() shared function. So just replace them by the latter.

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