Documentation ¶
Overview ¶
Package vxlan provides networkservice chain elements that support the vxlan Mechanism
Index ¶
Constants ¶
View Source
const ( // MECHANISM string MECHANISM = vxlan.MECHANISM )
Variables ¶
This section is empty.
Functions ¶
func EmptyInitFunc ¶
func EmptyInitFunc(conf *configurator.Config) error
EmptyInitFunc is a convenience initFunc that does nothing
func NewClient ¶
func NewClient(srcIP net.IP, initFunc func(conf *configurator.Config) error) networkservice.NetworkServiceClient
NewClient - returns a NetworkServiceClient chain elements that support the vxlan Mechanism
srcIp - srcIP to use for vxlan tunnels initFunc - function to do any one time config so that vxlan tunnels can work
func NewServer ¶
func NewServer(dstIP net.IP, initFunc func(conf *configurator.Config) error) networkservice.NetworkServiceServer
NewServer - return a NetworkServiceServer chain elements that support the vxlan Mechanism
dstIP - dstIP to use for vxlan tunnels initFunc - function to do any one time config so that vxlan tunnels can work
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.