|
@@ -1,14 +0,0 @@
|
|
|
-//go:build linux || freebsd || darwin
|
|
|
-
|
|
|
-package ipams
|
|
|
-
|
|
|
-import (
|
|
|
- "github.com/docker/docker/libnetwork/ipamapi"
|
|
|
- "github.com/docker/docker/libnetwork/ipams/defaultipam"
|
|
|
- "github.com/docker/docker/libnetwork/ipamutils"
|
|
|
-)
|
|
|
-
|
|
|
-// Register registers the built-in ipam service with libnetwork.
|
|
|
-func Register(r ipamapi.Registerer, addressPools []*ipamutils.NetworkToSplit) error {
|
|
|
- return defaultipam.Register(r, addressPools)
|
|
|
-}
|