Documentation
¶
Index ¶
Constants ¶
View Source
const (
InterfaceFilter = "interface_filter"
)
Variables ¶
This section is empty.
Functions ¶
func CountInterfacesByType ¶ added in v0.86.0
CountInterfacesByType parses the state and returns a map of interface type to count.
func CountRoutes ¶ added in v0.86.0
CountRoutes parses the state and returns a map of RouteKey to count. Routes are categorized by: - IP stack: determined by presence of ":" in destination (ipv6) or not (ipv4) - Type: "static" if route exists in routes.config, "dynamic" if only in routes.running
Types ¶
type DNSResolverData ¶ added in v0.62.0
type DNSResolverData struct {
Search []interface{} `json:"search" yaml:"search"`
Server []interface{} `json:"server" yaml:"server"`
}
type PhysicalNetworks ¶ added in v0.83.0
Click to show internal directories.
Click to hide internal directories.