package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewPlugin creates a new Plugin with the provides Options.
UseDeps returns Option that can inject custom dependencies.

# Constants

GWRefAllowed is used when it doesn't matter if reference points to interface address or GW address.
GWRefAllowed is used when an IP address reference should point to GW address.
GwRefUnexpected is used when an IP address reference should not point to GW address.

# Variables

DefaultPlugin is a default instance of netalloc plugin.

# Structs

Deps lists dependencies of the netalloc plugin.
Plugin implements network allocation features.

# Interfaces

AddressAllocator provides methods for descriptors of other plugins to reference and obtain allocated addresses.

# Type aliases

GwValidityCheck is used in ValidateIPAddress to tell if a GW reference is (un)expected/required.
Option is a function that can be used in NewPlugin to customize Plugin.