Documentation ¶
Overview ¶
Package connectioncontext provides networkservice chain elements for applying connectioncontext to the vpp side of vWires being plugged into vpp
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 the ip address on a vpp interface It applies the connection context to the *vpp* side of an interface leaving the Endpoint.
Endpoint +-------------------------------------+ | | | | | | | | | | | | | | | networkservice.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 applies the connection context to the *vpp* side of an interface plugged into the Endpoint.
Endpoint +------------------------------------+ | | | | | | | | | | | | | | +-------------------+ networkservice.NewServer() | | | | | | | | | | | | | | | +------------------------------------+
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
ipcontext
|
|
ipaddress
Package ipaddress provides networkservice chain elements to set the ip address on vpp interfaces
|
Package ipaddress provides networkservice chain elements to set the ip address on vpp interfaces |
routes
Package routes - configure routes on vpp using vppagent when used as client or endpoint
|
Package routes - configure routes on vpp using vppagent when used as client or endpoint |
unnumbered
Package unnumbered provides networkservice chain elements to set unnumbered on vpp interfaces
|
Package unnumbered provides networkservice chain elements to set unnumbered on vpp interfaces |
Package mtu provides networkservice chain elements to set the mtu on vpp interfaces
|
Package mtu provides networkservice chain elements to set the mtu on vpp interfaces |
Click to show internal directories.
Click to hide internal directories.