package
0.0.0-20200221232812-81b9770086ea
Repository: https://github.com/elastic/dhcp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetInterfacesFunc loops through the available network interfaces, and returns a list of interfaces for which the passed InterfaceMatcher function returns true.
GetLoopbackInterfaces returns a list of loopback interfaces.
GetNonLoopbackInterfaces returns a list of non-loopback interfaces.

# Type aliases

InterfaceMatcher is a function type used to match the interfaces we want.