Documentation ¶
Overview ¶
Package ipaddress provides networkservice chain elements to set the ip address on vpp interfaces
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient() networkservice.NetworkServiceClient
NewClient creates a NetworkServiceClient chain element to set the ip address on a vpp interface It sets the IP Address on the *vpp* side of an interface leaving the Endpoint.
Endpoint +---------------------------+ | | | | | | | | | | | | | | | ipaddress.NewClient()+-------------------+ | | | | | | | | | | | | | | +---------------------------+
func NewServer ¶
func NewServer() 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.