Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cbd94183abd05880d293f1235707209d7fe593b8
/
.
/
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
}