package
1.0.5
Repository: https://github.com/fgschwan/vpp-agent.git
Documentation: pkg.go.dev

# Functions

CheckMsgCompatibilityForBridgeDomains checks if CRSs are compatible with VPP in runtime.
CheckMsgCompatibilityForL2FIB checks if CRSs are compatible with VPP in runtime.
CheckMsgCompatibilityForL2XConnect checks if CRSs are compatible with VPP in runtime.
NewL2FibVppCalls is a constructor.
VppAddArpTerminationTableEntry adds ARP termination entry.
VppAddBridgeDomain adds new bridge domain.
VppDeleteBridgeDomain removes existing bridge domain.
VppRemoveArpTerminationTableEntry removes ARP termination entry.
VppSetAllInterfacesToBridgeDomain does lookup all interfaces which belongs to bridge domain, and bvi interface.
VppSetInterfaceToBridgeDomain sets provided interface to bridge domain.
VppSetL2XConnect creates xConnect between two existing interfaces.
VppUnsetAllInterfacesFromBridgeDomain removes all interfaces from bridge domain (set them as L3).
VppUnsetL2XConnect removes xConnect between two interfaces.
VppUpdateBridgeDomain updates bridge domain parameters.

# Structs

FibLogicalReq groups multiple fields to not enumerate all of them in one function call (request, reply/callback).
L2FibVppCalls aggregates vpp calls related to l2 fib.