Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/docker-v29.0.0
/
.
/
daemon
/
libnetwork
/
firewall_others.go
blob: d20c07b4ea4fdd3a1394c7d2099bee27d24efea1 [
file
] [
log
] [
blame
]
//go:build !linux
package libnetwork
func (c *Controller) selectFirewallBackend() error {
return nil
}
func (c *Controller) setupPlatformFirewall() {}