package builtin
import "github.com/dotcloud/docker/libnetwork/ipams/builtin"
Index ¶
- func Init(ic ipamapi.Callback, l, g interface{}) error
- func Register(r ipamapi.Registerer) error
- func SetDefaultIPAddressPool(addressPool []*ipamutils.NetworkToSplit) error
Functions ¶
func Init ¶
Init registers the built-in ipam service with libnetwork
Deprecated: use Register.
func Register ¶
func Register(r ipamapi.Registerer) error
Register registers the built-in ipam service with libnetwork.
func SetDefaultIPAddressPool ¶
func SetDefaultIPAddressPool(addressPool []*ipamutils.NetworkToSplit) error
SetDefaultIPAddressPool stores default address pool.
Source Files ¶
- Version
- v24.0.2+incompatible
- Published
- May 25, 2023
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 7 minutes ago –
Tools for package owners.