Expand description
Network interface enumeration and whitelist/blacklist filtering.
Used by the face system auto-configuration ([face_system] in TOML) to
enumerate interfaces and apply whitelist/blacklist patterns.
Network interface enumeration and name filtering.
Provides a cross-platform [list_interfaces] function and glob-based
whitelist/blacklist filtering used by the face system auto-configuration.
Structs§
- Interface
Info - Information about a single network interface.
Functions§
- glob_
match - Minimal glob matcher supporting
*(any sequence) and?(one char). - interface_
allowed - Returns
trueifnamepasses the whitelist/blacklist filter. - list_
interfaces - Enumerate all network interfaces on this host.