Sign in
◑
Theme
cos
/
third_party
/
docker
/
36c72d4c3d0dfe1e9a7fe17105fb9dee9d76ea69
/
.
/
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
}