drivers

package
v0.0.0-...-7b7dccf Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	Connect() *grpc.ClientConn
	RenderModules(module []network.PipelineModule) error
	ReRenderModules(module []network.PipelineModule) error
	DeleteModules(modules []network.PipelineModule, egress bool) error
	DeletePort(name string) error
	AddEntryL2FIB(module *network.Switch, macAddr string, gate network.Gate) error
	DelEntryL2FIB(module *network.Switch, macAddr string) error
	GetNotifications() chan network.L2FIBCommand
	Commit() error
}

Driver represents an abstract data plane driver type.

type DriverConfig

type DriverConfig struct {
	NetworkMode string
	MacLearn    bool
	TunnelMode  bool
	FIBSize     int64
	Port        int
	WorkerCores []int64
}

DriverConfig represents the generic driver configuration required by Driver.

Directories

Path Synopsis
Package bess contains the BESS data plane driver for Nimbess Agent Package bess contains the BESS data plane driver for Nimbess Agent
Package bess contains the BESS data plane driver for Nimbess Agent Package bess contains the BESS data plane driver for Nimbess Agent

Jump to

Keyboard shortcuts

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