package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.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.