Documentation ¶
Overview ¶
Package vxlan provides networkservice.NetworkService{Client,Server} chain elements for the vxlan mechanism
Index ¶
Constants ¶
View Source
const ( // MECHANISM string MECHANISM = vxlan.MECHANISM )
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(vppConn api.Connection, tunnelIP net.IP, options ...Option) networkservice.NetworkServiceClient
NewClient - returns a new client for the vxlan remote mechanism
func NewServer ¶
func NewServer(vppConn api.Connection, tunnelIP net.IP, options ...Option) networkservice.NetworkServiceServer
NewServer - returns a new server for the vxlan remote mechanism
Types ¶
Click to show internal directories.
Click to hide internal directories.