pub fn enumerate_interfaces(
allowed: &[String],
ignored: &[String],
) -> Vec<LocalInterface>Expand description
Enumerate network interfaces that have IPv6 link-local addresses (fe80::/10).
Uses libc::getifaddrs(). Filters by allowed/ignored interface lists.