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
NewIPRedirectDescriptor creates a new instance of the punt to host descriptor.
NewPuntExceptionDescriptor creates a new instance of the punt exception.
NewPuntToHostDescriptor creates a new instance of the punt to host descriptor.
# Constants
IPRedirectDescriptorName is the name of the descriptor for the VPP punt to host/socket.
PuntExceptionDescriptorName is the name of the descriptor for the VPP punt exception.
PuntToHostDescriptorName is the name of the descriptor for the VPP punt to host/socket.
# Variables
ErrIPRedirectWithoutL3Protocol is returned when VPP IP redirect has undefined L3 protocol.
ErrIPRedirectWithoutNextHop is returned when VPP IP redirect has undefined next hop address.
ErrPuntWithoutL4Protocol is returned when VPP IP redirect has undefined L4 tx interface.
ErrPuntExceptionWithoutReason is returned when VPP punt exception has undefined reason.
ErrPuntWithoutL3Protocol is returned when VPP punt has undefined L3 protocol.
ErrPuntWithoutL4Protocol is returned when VPP punt has undefined L4 protocol.
ErrPuntWithoutPort is returned when VPP punt has undefined port.
ErrPuntWithoutSocketPath is returned when VPP punt has undefined socket path.
# Structs
IPRedirectDescriptor teaches KVScheduler how to configure VPP IP punt redirect.
PuntExceptionDescriptor teaches KVScheduler how to configure VPP putn exception.
PuntToHostDescriptor teaches KVScheduler how to configure VPP punt to host or unix domain socket.