Documentation
¶
Index ¶
Constants ¶
View Source
const ( BridgeName = "br0" VxLANInNSName = "vxlan0" VxLANInHostPrefix = "vxlan-" NetlinkSocketsTimeout = 3 * time.Second )
View Source
const ( IDManagerName = "vni" VxLANField = "vxlan_vni" StoreCollectionPrefix = "/network/" )
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
func NewManager(c *config.Config, listener NetworkEndpointListener) manager
Types ¶
type NetworkEndpointListener ¶
type NetworkEndpointListener interface { Add(context.Context, netmanager.NetManager, types.Network) (chan struct{}, error) Remove(context.Context, types.Network) error }
Source Files
¶
Directories
¶
Path | Synopsis |
---|---|
Package overlaymock is a generated GoMock package.
|
Package overlaymock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.