# Functions
AddDefaultRoute sets the default route on the given gateway.
AddHostRoute adds a host-scoped route to a device.
AddRoute adds a universally-scoped route to a device.
DelLinkByName removes an interface link.
DelLinkByNameAddr remove an interface returns its IP address of the specified family.
No description provided by the author
No description provided by the author
Network masks off the host portion of the IP.
NextIP returns IP incremented by 1.
PrevIP returns IP decremented by 1.
RandomVethName returns string "veth" with random prefix (hashed from entropy).
No description provided by the author
No description provided by the author
SetupIPMasq installs iptables rules to masquerade traffic coming from ipn and going outside of it.
SetupVeth sets up a pair of virtual ethernet devices.
TeardownIPMasq undoes the effects of SetupIPMasq.
# Variables
No description provided by the author