# Functions
DelLinkByName deletes the interface with the name ifName.
Endpoint2IfName returns the host interface name for the given endpointID.
Endpoint2TempIfName returns the temporary interface name for the given endpointID.
IPv4Gateway returns the IPv4 gateway address for endpoints.
IPv4Routes returns IPv4 routes to be installed in endpoint's networking namespace.
IPv6Gateway returns the IPv6 gateway address for endpoints.
IPv6Routes returns IPv6 routes to be installed in endpoint's networking namespace.
SetupVeth sets up the net interface, the temporary interface and fills up some endpoint fields such as LXCMAC, NodeMac, IfIndex and IfName.
SetupVethWithNames sets up the net interface, the temporary interface and fills up some endpoint fields such as LXCMAC, NodeMac, IfIndex and IfName.
No description provided by the author
WriteSysConfig tries to emulate a sysctl call by writing directly to the given fileName the given value.
# Type aliases
ByMask is used to sort an array of routes by mask, narrow first.