Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetInfo ¶
type NetInfo struct {
NetName string `json:"netName"`
ConfPath string `json:"netConf"`
IfName string `json:"ifName"`
IP net.IP `json:"ip"`
Args string `json:"args"`
Mask net.IP `json:"mask"` // we used IP instead of IPMask because support for json serialization (we don't need specifc functionalities
HostIP net.IP `json:"-"`
IP4 *types.IPConfig `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.