Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppNsMessages = []govppapi.Message{ &session.AppNamespaceAddDel{}, &session.AppNamespaceAddDelReply{}, &session.SessionEnableDisable{}, &session.SessionEnableDisableReply{}, }
AppNsMessages is list of used VPP messages for compatibility check
Functions ¶
func AddAppNamespace ¶
func AddAppNamespace(secret uint64, swIfIdx, ip4FibID, ip6FibID uint32, id []byte, vppChan govppapi.Channel, stopwatch *measure.Stopwatch) (appNsIdx uint32, err error)
AddAppNamespace calls respective VPP binary api to configure AppNamespace
func DisableL4Features ¶
DisableL4Features sets L4 feature flag on VPP to false
func EnableL4Features ¶
EnableL4Features sets L4 feature flag on VPP to true
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.