package ipams

import "github.com/docker/docker/libnetwork/ipams"

Index

Functions

func Register

func Register(r ipamapi.Registerer, pg plugingetter.PluginGetter, lAddrPools, gAddrPools []*ipamutils.NetworkToSplit) error

Register registers all the builtin drivers (ie. default, windowsipam, null and remote). If 'pg' is nil, the remote driver won't be registered.

Source Files

drivers.go

Directories

PathSynopsis
libnetwork/ipams/defaultipam
libnetwork/ipams/nullPackage null implements the null ipam driver.
libnetwork/ipams/remote
libnetwork/ipams/remote/apiPackage api defines the data structure to be used in the request/response messages between libnetwork and the remote ipam plugin
libnetwork/ipams/windowsipam
Version
v28.0.3+incompatible
Published
Mar 25, 2025
Platform
js/wasm
Imports
7 packages
Last checked
2 minutes ago

Tools for package owners.