github
ipmasq: fix nftables backend Add SetupIPMasqForNetworks and TeardownIPMasqForNetworks functions that take []*net.IPNet instead of *net.IPNet. This allow the nftables backend to cleanup stale rules and recreate all needed rules in a single transaction, where previously the stale rules cleanup was breaking all but the last IPNet. Fixes 61d078645 Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
26 of 65 new or added lines in 5 files covered. (40.0%)
4833 of 9134 relevant lines covered (52.91%)
26.36 hits per line