netinfo

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2015 License: Apache-2.0 Imports: 5 Imported by: 26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Save

func Save(root string, info []NetInfo) error

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:"-"`
}

func LoadAt

func LoadAt(cdirfd int) ([]NetInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL