Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
b9e27acabc0551184c942e6ae190a2d0b74b02be
/
.
/
libnetwork
/
controller_others.go
blob: d837c7cf3d89b4131adef3e5137e1730cfed5b9f [
file
]
//go:build !linux
package libnetwork
// enabledIptablesVersions is a no-op on non-Linux systems.
func (c *Controller) enabledIptablesVersions() []any {
return nil
}
func (c *Controller) setupOSLSandbox(_ *Sandbox) error {
return nil
}