shorewall_code/Shorewall/Perl
Glop 450a16f730 Destroy the temporary IP set in the cleanup function
In the IP set capability tests, there is a race condition which
might prevent the removal of the temporary IP set immediately
after flushing the chain that uses this IP set: even though the
rules which used the IP set were deleted, the IP set might still
appear to be “in use by a kernel component.”

In case this happens, we add an extra call to `ipset -X` in the
`cleanup_iptables()` function, just to be sure that the temporary
IP set is indeed destroyed when the compiler exits.
2023-03-03 16:12:04 +01:00
..
Shorewall Destroy the temporary IP set in the cleanup function 2023-03-03 16:12:04 +01:00
compiler.pl Revert "Delete superfuous 'use' statements" 2020-09-11 13:43:14 -07:00
getparams Fix http links to point to current project website 2020-03-27 14:24:37 -07:00
lib.runtime Change log facility to 'daemon' 2020-06-03 13:49:10 -07:00
prog.footer Add 'help' to the generated script's help text 2020-03-08 13:20:27 -07:00