Documentation
¶
Overview ¶
Package connectioncontextkernel provides networkservice chain elements for applying connection context to the kernel interface side of vWires being plugged into the vppagent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient() networkservice.NetworkServiceClient
NewClient provides a NetworkServiceClient that applies the connectioncontext to a kernel interface It applies the connectioncontext on the *kernel* side of an interface leaving the Client. Generally only used by privileged Clients like those implementing the Cross Connect Network Service for K8s (formerly known as NSM Forwarder).
Client +---------------------------+ | | | | | | | | | | | | | | | +-------------------+ | | connectioncontextkernel.NewClient() | | | | | | | | | | | | +---------------------------+
func NewServer ¶
func NewServer() networkservice.NetworkServiceServer
NewServer provides a NetworkServiceServer that applies the connection context to a kernel interface It applies the connection context on the *kernel* side of an interface plugged into the Endpoint. Generally only used by privileged Endpoints like those implementing the Cross Connect Network Service for K8s (formerly known as NSM Forwarder).
Endpoint +---------------------------+ | | | | | | | | | | | | | | +-------------------+ | connectioncontextkernel.NewServer() | | | | | | | | | | | | | | +---------------------------+
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
ethernetcontext
|
|
arps
Package arps provides networkservice chain elements for setting the arp entries for kernel linux config
|
Package arps provides networkservice chain elements for setting the arp entries for kernel linux config |
getmac
Package getmac provides networkservice chain elements for getting the mac address on kernel interfaces
|
Package getmac provides networkservice chain elements for getting the mac address on kernel interfaces |
macaddress
Package macaddress provides networkservice chain elements for setting the mac address on kernel interfaces
|
Package macaddress provides networkservice chain elements for setting the mac address on kernel interfaces |
ipcontext
|
|
ipaddress
Package ipaddress provides networkservice chain elements that support setting ip addresses on kernel interfaces
|
Package ipaddress provides networkservice chain elements that support setting ip addresses on kernel interfaces |
routes
Package routes provides a NetworkServiceServer that sets the routes in the kernel from the connection context
|
Package routes provides a NetworkServiceServer that sets the routes in the kernel from the connection context |