Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkAPIs ¶
type NetworkAPIs interface { SetupNS(hostVethName string, contVethName string, netnsPath string, addr *net.IPNet, table int, vpcCIDRs []string, useExternalSNAT bool, mtu int, log logger.Logger) error TeardownNS(addr *net.IPNet, table int, log logger.Logger) error }
NetworkAPIs defines network API calls
Click to show internal directories.
Click to hide internal directories.