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
NewBDInterfaceDescriptor creates a new instance of the BDInterface descriptor.
NewBridgeDomainDescriptor creates a new instance of the BridgeDomain descriptor.
NewFIBDescriptor creates a new instance of the FIB descriptor.
# Constants
BDInterfaceDescriptorName is the name of the descriptor for bindings between mock bridge domains and mock interfaces.
BridgeDomainDescriptorName is the name of the descriptor for mock bridge domains.
FIBDescriptorName is the name of the descriptor for L2 FIBs in the mock SB.
# Variables
ErrBridgeDomainWithMultipleBVI is returned when mock bridge domain is defined with multiple BVI interfaces.
ErrBridgeDomainWithoutName is returned when mock bridge domain configuration has undefined Name attribute.
ErrFIBWithoutBD is returned when mock L2 FIB has undefined bridge domain.
ErrFIBWithoutHwAddr is returned when mock L2 FIB has undefined hardware address.
ErrForwardFIBWithoutInterface is returned when mock L2 FORWARD FIB has undefined outgoing interface.
# Structs
BDInterfaceDescriptor teaches KVScheduler how to put interface into bridge domain in the mock SB.
BridgeDomainDescriptor teaches KVScheduler how to configure bridge domains in the mock SB.
FIBDescriptor teaches KVScheduler how to configure L2 FIBs in the mock SB.