blob: d20c07b4ea4fdd3a1394c7d2099bee27d24efea1 [file] [log] [blame]
//go:build !linux
package libnetwork
func (c *Controller) selectFirewallBackend() error {
return nil
}
func (c *Controller) setupPlatformFirewall() {}