Sign in
cos
/
third_party
/
docker
/
refs/heads/release-R133
/
.
/
libnetwork
/
controller_others.go
blob: d837c7cf3d89b4131adef3e5137e1730cfed5b9f [
file
] [
edit
]
//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
}