natplugin

package
v2.5.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultPlugin = *NewPlugin()

DefaultPlugin is a default instance of NATPlugin.

Functions

This section is empty.

Types

type Deps

type Deps struct {
	infra.PluginDeps
	KVScheduler kvs.KVScheduler
	GoVppmux    govppmux.API
	IfPlugin    ifplugin.API
	StatusCheck statuscheck.PluginStatusWriter // optional
}

Deps lists dependencies of the NAT plugin.

type NATPlugin

type NATPlugin struct {
	Deps
	// contains filtered or unexported fields
}

NATPlugin configures VPP NAT.

func NewPlugin

func NewPlugin(opts ...Option) *NATPlugin

NewPlugin creates a new Plugin with the provided Options.

func (*NATPlugin) AfterInit

func (p *NATPlugin) AfterInit() error

AfterInit registers plugin with StatusCheck.

func (*NATPlugin) Init

func (p *NATPlugin) Init() error

Init registers NAT-related descriptors.

type Option

type Option func(*NATPlugin)

Option is a function that can be used in NewPlugin to customize Plugin.

func UseDeps

func UseDeps(f func(*Deps)) Option

UseDeps returns Option that can inject custom dependencies.

Directories

Path Synopsis
Package vppcalls contains wrappers over VPP binary APIs for NAT configuration.
Package vppcalls contains wrappers over VPP binary APIs for NAT configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL