Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceGenerator ¶
type InterfaceGenerator interface { Name() string Filename() string Netdev() string Link() string Network() string Type() string ModprobeParams() string }
func ProcessDebianNetconf ¶
func ProcessDebianNetconf(config []byte) ([]InterfaceGenerator, error)
func ProcessPacketNetconf ¶
func ProcessPacketNetconf(netdata netconf.NetworkConfig) ([]InterfaceGenerator, error)
func ProcessVMwareNetconf ¶
func ProcessVMwareNetconf(config map[string]string) ([]InterfaceGenerator, error)
Source Files
¶
- debian.go
- interface.go
- packet.go
- stanza.go
- vmware.go
Click to show internal directories.
Click to hide internal directories.