johnyburd / net-route

Rust crate providing a cross platform interface for interacting with the routing table
https://docs.rs/net-route/
17 stars 12 forks source link

IPv6 is broken on macOS #3

Closed adamierymenko closed 7 months ago

adamierymenko commented 1 year ago

IPv6 LAN-local routes come back with either /0 or /128 prefix and no interface index. I'm investigating to see if I can do a PR.

adamierymenko commented 1 year ago

Fixed in PR #4

johnyburd commented 7 months ago

Thanks, some of your changes got merged in #19