Documentation ¶
Overview ¶
Binary simple-client is an example VPP management application that exercises the govpp API on real-world use-cases.
Index ¶
- func AddBridgeInterface(ch api.Channel, bridgeDomain uint32, swIfId interface_types.InterfaceIndex) error
- func CreateBridge(ch api.Channel, bridgeDomain uint32) error
- func DeleteBridge(ch api.Channel, bridgeDomain uint32) error
- func DumpBridge(ch api.Channel, bridgeDomain uint32)
- func RemoveBridgeInterface(ch api.Channel, bridgeDomain uint32, swIfId interface_types.InterfaceIndex) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBridgeInterface ¶
func AddBridgeInterface(ch api.Channel, bridgeDomain uint32, swIfId interface_types.InterfaceIndex) error
Attempt to add an interface to a Bridge Domain.
func CreateBridge ¶
Attempt to create a Bridge Domain.
func DeleteBridge ¶
Attempt to delete a Bridge Domain.
func DumpBridge ¶
Dump the input Bridge data to Stdout. There is not VPP API to dump all the Bridges.
func RemoveBridgeInterface ¶
func RemoveBridgeInterface(ch api.Channel, bridgeDomain uint32, swIfId interface_types.InterfaceIndex) error
Attempt to remove an interface from a Bridge Domain.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.