You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds two more functions for broadcast address and special
address classes reserved for documentation
- Modifies the globally routable IP check to include these
new functions
Fixesrust-lang#24314
An example is the special broadcast address
255.255.255.255/32
which is being detected as globally routableThis is because the code [1] does not take into account these special class of address as defined by RFC 6890 [2].
[1] https://doc.rust-lang.org/src/std/net/ip.rs.html#119
[2] http://tools.ietf.org/html/rfc6890
The text was updated successfully, but these errors were encountered: