Documentation
¶
Index ¶
- Constants
- func AddGatewayInfo(ID string, domainid string, gatewayip string)
- func AddMetaconfig(domainID string, netID string, deviceID string, endpointID string, ...)
- func AddNetworkInfo(dNetwork string, neName string, domain string) error
- func BridgeCreate(ID string, domainid string, gatewayip string)
- func BridgeDelete(ID string, domainid string)
- func CheckExternalConnectivity(domain string) bool
- func CheckNeChildList(NeID string, DomainID string, childList string)
- func CheckNeExists(ne_name, domain string) bool
- func CreateNetworkLink(NeName string, DomainID string, NetworkID string, IP string, Netmask string) error
- func DeleteAttachedLB(DomainID string, NetworkID string)
- func DeleteNetworkLinks(DomainID string, NetworkID string)
- func DomainCreate(domainID string)
- func DomainDelete(domainID string)
- func FindDomainFromNetwork(ID string) (domainid string, netid string)
- func FindNetworkGateway(domainID string, networkID string) (gatewayIP string)
- func GetNeId(NeName string, DomainID string) (NeID string)
- func Login() error
- func NetworkName(ID string) (name string)
- func ReadConfig()
- func RemoveMetaconfig(domainID string, netID string, endpointID string)
- func RestCall(method string, uri string, data []byte) ([]byte, error)
- func RestHelper(method string, uri string, data []byte) ([]byte, error)
- func RunContainerArping(net_ns_path string, pg_ifc_prefix string) error
- type Driver
Constants ¶
View Source
const (
MethodReceiver = "NetworkDriver"
)
Variables ¶
This section is empty.
Functions ¶
func AddGatewayInfo ¶
func AddMetaconfig ¶
func BridgeCreate ¶
func BridgeDelete ¶
func CheckNeChildList ¶
func CheckNeExists ¶
func CreateNetworkLink ¶
func DeleteAttachedLB ¶
func DeleteNetworkLinks ¶
func DomainCreate ¶
func DomainCreate(domainID string)
func DomainDelete ¶
func DomainDelete(domainID string)
func FindDomainFromNetwork ¶
func FindNetworkGateway ¶
func NetworkName ¶
func RemoveMetaconfig ¶
func RunContainerArping ¶
Plumgrid just specifies the prefix, so we will arping on all ifcs that match with the prefix given to libnetwork
Types ¶
Click to show internal directories.
Click to hide internal directories.