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

null.go

Version
v27.0.1+incompatible
Published
Jun 21, 2024
Platform
js/wasm
Imports
4 packages
Last checked
1 minute ago

Tools for package owners.