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.
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 |
Click to show internal directories.
Click to hide internal directories.