]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Drop save_counters callback from family_ops
authorPhil Sutter <phil@nwl.cc>
Fri, 8 May 2020 13:40:52 +0000 (15:40 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 18 May 2020 15:40:41 +0000 (17:40 +0200)
commit5906bcf10d0eda9d08c98a618ea7c8ade0018e0c
treed0192984a9b06b366468869b15f3dbaec0f33322
parente7b6180fcf9061852a06f6d98e7618f44fd0eeec
nft: Drop save_counters callback from family_ops

All families use the same callback function, just fold it into the sole
place it's called.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-arp.c
iptables/nft-bridge.c
iptables/nft-ipv4.c
iptables/nft-ipv6.c
iptables/nft-shared.c
iptables/nft-shared.h
iptables/nft.c