Documentation ¶
Overview ¶
Package mtu provides networkservice chain elements to set the mtu on vpp interfaces
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 mtu on a vpp interface It sets the mtu on the *vpp* side of an interface leaving the Endpoint.
Endpoint +---------------------------+ | | | | | | | | | | | | | | | mtu.NewClient()+-------------------+ | | | | | | | | | | | | | | +---------------------------+
func NewServer ¶
func NewServer(vppConn api.Connection) networkservice.NetworkServiceServer
NewServer creates a NetworkServiceServer chain element to set the MTU on a vpp interface It sets the MTU on the *vpp* side of an interface plugged into the Endpoint.
Endpoint +---------------------------+ | | | | | | | | | | | | | | +-------------------+ mtu.NewServer() | | | | | | | | | | | | | | | +---------------------------+
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.