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

# Packages

No description provided by the author

# Functions

NewARPDescriptor creates a new instance of the ARP descriptor.
NewRouteDescriptor creates a new instance of the Route descriptor.

# Constants

ARPDescriptorName is the name of the descriptor for Linux ARP entries.
RouteDescriptorName is the name of the descriptor for Linux routes.

# Variables

ErrARPWithInvalidHwAddr is returned when Linux ARP configuration contains MAC address that cannot be parsed.
ErrARPWithInvalidIP is returned when Linux ARP configuration contains IP address that cannot be parsed.
ErrARPWithoutHwAddr is returned when Linux ARP configuration is missing MAC address.
ErrARPWithoutInterface is returned when Linux ARP configuration is missing interface reference.
ErrRouteLinkWithGw is returned when link-local Linux route has gateway address specified - it shouldn't be since destination is already neighbour by definition.
ErrRouteWithoutInterface is returned when Linux Route configuration is missing outgoing interface reference.
ErrRouteWithUndefinedScope is returned when Linux Route is configured without scope.

# Structs

ARPDescriptor teaches KVScheduler how to configure Linux ARP entries.
RouteDescriptor teaches KVScheduler how to configure Linux routes.