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
v28.0.1+incompatible
Published
Feb 26, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
2 seconds ago

Tools for package owners.