Files
moby/daemon/libnetwork/firewall_others.go
Andrey Epifanov a1f68bf5a6 overlay: Reload Ingress iptables rules in swarm mode
- Implement firewalld reload handling for Ingress rules restoration
- Add TestRestoreIngressRulesOnFirewalldReload() integration test

Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
2025-07-23 15:52:10 -04:00

10 lines
155 B
Go

//go:build !linux
package libnetwork
func (c *Controller) selectFirewallBackend() error {
return nil
}
func (c *Controller) setupPlatformFirewall() {}