vppinit

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package vppinit contains initialization code for vpp

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitLinks(ctx context.Context, vppConn api.Connection, deviceNames map[string]string, tunnelIP net.IP) error

InitLinks creates AF_PACKET interface if needed and put the given interfaces in promisc mode

func LinkToAfPacket

func LinkToAfPacket(ctx context.Context, vppConn api.Connection, tunnelIP net.IP) (net.IP, error)

LinkToAfPacket - will link vpp via af_packet to the interface having the tunnelIP if tunnelIP is nil, it will find the interface for the default route and use that instead. It returns the resulting tunnelIP

func Must

func Must(tunnelIP net.IP, err error) net.IP

Must - simple wrapper to panic in the event of an error

func None

func None(ctx context.Context, vppConn api.Connection, tunnelIP net.IP) (net.IP, error)

None - will perform no VPP initialization

Types

type Func

type Func struct {
	// contains filtered or unexported fields
}

Func - vpp initialization function

func (*Func) Decode

func (f *Func) Decode(value string) error

Decode for envconfig to select correct vpp initialization function

func (*Func) Execute

func (f *Func) Execute(ctx context.Context, vppConn api.Connection, tunnelIP net.IP) (net.IP, error)

Execute vpp initialization function

Jump to

Keyboard shortcuts

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