package null

import "github.com/docker/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.0-rc.2+incompatible
Published
Jun 17, 2024
Platform
js/wasm
Imports
4 packages
Last checked
1 hour ago

Tools for package owners.