liranringel / ipconfig

Get network adapters information for windows (written in Rust).
Apache License 2.0
37 stars 15 forks source link

Expose Ipv6IfIndex adapter property #30

Closed rotty closed 5 years ago

liranringel commented 5 years ago

Thanks! Just curious, are you actually using this to assign link local addresses?

rotty commented 5 years ago

Just curious, are you actually using this to assign link local addresses?

Yes, I pass the numbers returned by ipv6_if_index() to SocketAddrV6::new() from the standard library.