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
In the aforementioned issue, a prefix length of 7 was given. The network_len would then be calculated as 1 "character," leaving 3 bits to be modified by the address rather than preserved by the netmask.
The text was updated successfully, but these errors were encountered:
There is an issue documented here that showcases a problem with how the netmask filters out the address range.
I think this has to do with how the network length is converted to a "character length." See here:
rust/src/lib.rs
Line 75 in 041184c
In the aforementioned issue, a prefix length of 7 was given. The
network_len
would then be calculated as 1 "character," leaving 3 bits to be modified by the address rather than preserved by the netmask.The text was updated successfully, but these errors were encountered: