Closed maufl closed 6 years ago
The scope id of IPv6 address is always zero. This probably means that no link local addresses that are discovered this way are usable, as they are only valid for a specific interface/scope id.
https://github.com/andrew-d/interfaces-rs/blob/9344a329a510a09559de675ef1ea6c5cd022dd7b/src/ffi.rs#L99
Fixed in #14 :)
The scope id of IPv6 address is always zero. This probably means that no link local addresses that are discovered this way are usable, as they are only valid for a specific interface/scope id.
https://github.com/andrew-d/interfaces-rs/blob/9344a329a510a09559de675ef1ea6c5cd022dd7b/src/ffi.rs#L99