Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tun ¶
type Tun interface { CreateTUN() (*water.Interface, error) SetTUNIP(iName string, localAddr net.IP, addr *net.IPNet, debug bool) error SetTUNStatus(iName string, up bool, debug bool) error }
Tun interface declares methods related to setting tun network interface
Click to show internal directories.
Click to hide internal directories.