package
2.4.0-alpha+incompatible
Repository: https://github.com/emnify/vpp-agent.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewArpDescriptor creates a new instance of the ArpDescriptor.
NewDHCPProxyDescriptor creates a new instance of the DHCPProxyDescriptor.
NewIPScanNeighborDescriptor creates a new instance of the IPScanNeighborDescriptor.
NewProxyArpDescriptor creates a new instance of the ProxyArpDescriptor.
NewProxyArpInterfaceDescriptor creates a new instance of the ProxyArpInterfaceDescriptor.
NewRouteDescriptor creates a new instance of the Route descriptor.
NewVrfTableDescriptor creates a new instance of the VrfTable descriptor.
# Constants
ArpDescriptorName is the name of the descriptor.
ProxyArpInterfaceDescriptorName is the name of the descriptor.
IPScanNeighborDescriptorName is the name of the descriptor.
ProxyArpDescriptorName is the name of the descriptor.
ProxyArpInterfaceDescriptorName is the name of the descriptor.
RouteDescriptorName is the name of the descriptor for static routes.
VrfTableDescriptorName is the name of the descriptor for VRF tables.
# Variables
ErrVrfTableLabelTooLong is returned when VRF table label exceeds the length limit.
# Structs
ArpDescriptor teaches KVScheduler how to configure VPP ARPs.
DHCPProxyDescriptor teaches KVScheduler how to configure VPP DHCP proxy.
IPScanNeighborDescriptor teaches KVScheduler how to configure VPP proxy ARPs.
ProxyArpDescriptor teaches KVScheduler how to configure VPP proxy ARPs.
ProxyArpInterfaceDescriptor teaches KVScheduler how to configure VPP proxy ARP interfaces.
RouteDescriptor teaches KVScheduler how to configure VPP routes.
VrfTableDescriptor teaches KVScheduler how to configure VPP VRF tables.