package builtin
import "github.com/docker/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.0-rc.3+incompatible
- Published
- May 11, 2023
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.