blob: f9de277e384e2b4831741d6c5e5b930e663b8bc8 [file]
// +build !linux,!darwin,!windows
package cnmallocator
import (
"github.com/docker/swarmkit/manager/allocator/networkallocator"
)
const initializers = nil
// PredefinedNetworks returns the list of predefined network structures
func PredefinedNetworks() []networkallocator.PredefinedNetworkData {
return nil
}