Files
moby/libnetwork/firewall_others.go
2025-05-28 09:57:26 +01:00

8 lines
130 B
Go

//go:build !linux
package libnetwork
func (c *Controller) selectFirewallBackend() {}
func (c *Controller) setupUserChains() {}