Documentation
¶
Index ¶
Constants ¶
View Source
const ( BridgeName = "br0" VxLANInNSName = "vxlan0" VxLANInHostPrefix = "vxlan-" )
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
}
Click to show internal directories.
Click to hide internal directories.