Add new ICMP filter handler, fix cleaning of ICMP connections

This commit is contained in:
Daniel
2024-05-13 15:37:10 +02:00
parent b07e09c94f
commit 5371350b3d
4 changed files with 165 additions and 41 deletions

View File

@@ -49,7 +49,7 @@ func init() {
}
func prep() error {
network.SetDefaultFirewallHandler(verdictHandler)
network.SetDefaultFirewallHandler(defaultFirewallHandler)
// Reset connections every time configuration changes
// this will be triggered on spn enable/disable