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
This also means the netmask_to_cidr() function doesn't work as the is_netmask() returns False. If you test what's returned with that function ignoring the is_netmask() check you get the CIDR returned when using an inverse netmask.
Environment
Expected Behavior
Expected to get a True response when passing "0.31.255.255" to
is_netmask()
.Observed Behavior
It was returned as False:
Steps to Reproduce
is_netmask()
in REPL.is_netmask()
.The text was updated successfully, but these errors were encountered: