Documentation ¶
Overview ¶
Package local defines flavor used for VPP agents managed only locally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlavorVppLocal ¶ added in v1.0.4
type FlavorVppLocal struct { *local.FlavorLocal LinuxLocalClient localclient.Plugin GoVPP govppmux.GOVPPPlugin Linux linuxplugin.Plugin VPP defaultplugins.Plugin // contains filtered or unexported fields }
FlavorVppLocal glues together multiple plugins to manage VPP and Linux configuration using the local client.
func (*FlavorVppLocal) Inject ¶ added in v1.0.4
func (f *FlavorVppLocal) Inject() bool
Inject sets inter-plugin references.
func (*FlavorVppLocal) Plugins ¶ added in v1.0.4
func (f *FlavorVppLocal) Plugins() []*core.NamedPlugin
Plugins combines all Plugins in the flavor to a list.
Click to show internal directories.
Click to hide internal directories.