Files
moby/libnetwork/firewall_others.go
Andrey Epifanov f93d90cee3 overlay: Reload Ingress iptables rules in swarm mode
Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
(cherry picked from commit a1f68bf5a6)
Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
2025-07-25 15:17:16 -04:00

10 lines
250 B
Go

//go:build !linux
package libnetwork
func setupArrangeUserFilterRule(c *Controller) {}
func arrangeUserFilterRule() {}
func setupUserChain(ipVersion any) error { return nil }
func (c *Controller) setupPlatformFirewall() {}