Documentation ¶
Overview ¶
Package vl3ipam provides implementation of api/pkg/api/ipam.IPAMServer for vL3 scenario.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOutOfRange = errors.New("prefix is out of range or already in use")
ErrOutOfRange means that ip pool of IPAM is empty
View Source
var ErrUndefined = errors.New("request type is undefined")
ErrUndefined means that operation is not supported
Functions ¶
func NewIPAMServer ¶
func NewIPAMServer(prefix string, initialNSEPrefixSize uint8) ipam.IPAMServer
NewIPAMServer creates a new ipam.IPAMServer handler for grpc.Server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.