Documentation ¶
Overview ¶
Package routes - configure routes on vpp using vppagent when used as client or endpoint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(vppConn api.Connection) networkservice.NetworkServiceClient
NewClient creates a NetworkServiceClient chain element to set routes in vpp
Client +---------------------------+ | | | | | | | | | | | | | | | routes.NewClient() +-------------------+ | | | | | | | | | | | | | | +---------------------------+
func NewServer ¶
func NewServer(vppConn api.Connection) networkservice.NetworkServiceServer
NewServer creates a NetworkServiceServer chain element to set the ip address on a vpp interface It sets the IP Address on the *vpp* side of an interface plugged into the Endpoint.
Endpoint +---------------------------+ | | | | | | | | | | | | | | +-------------------+ ipaddress.NewServer() | | | | | | | | | | | | | | | +---------------------------+
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.