package null
import "github.com/dotcloud/docker/libnetwork/ipams/null"
Package null implements the null ipam driver. Null ipam driver satisfies ipamapi contract, but does not effectively reserve/allocate any address pool or address
Index ¶
Constants ¶
const ( // DriverName is the name of the built-in null ipam driver DriverName = "null" )
Functions ¶
func Register ¶
func Register(r ipamapi.Registerer) error
Register registers the null ipam driver with r.
Source Files ¶
- Version
- v27.0.2+incompatible
- Published
- Jun 26, 2024
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 seconds ago –
Tools for package owners.