Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidNUDs = []string{
"PERMANENT",
"NOARP",
"REACHABLE",
"STALE",
"NONE",
"INCOMPLETE",
"DELAY",
"PROBE",
"FAILED",
}
Functions ¶
func NewVyOSSSHSource ¶
func NewVyOSSSHSource(sourceConfig VyOSSSHSourceConfig) (source.Source, error)
Types ¶
type ConnectionClient ¶ added in v0.4.0
type ConnectionClientConnect ¶ added in v0.4.0
type ConnectionClientConnect func(host, username, password string) (ConnectionClient, error)
type Lease ¶
type Lease struct {
Pool string `json:"pool"`
IP string `json:"ip"`
Hostname string `json:"hostname"`
HardwareAddress string `json:"hardware_address"`
IPv6s []string `json:"ipv6s"`
}
func LeasesFromJSON ¶
func LeasesFromShowOutput ¶ added in v0.7.2
func (*Lease) AssociatePotentialIPv6s ¶
Click to show internal directories.
Click to hide internal directories.