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
I am wondering what happens here, as I expected "/24" as result.
First idea that came to my mind, was, that the lookup (last line) just cuts-off the trailing "/24" and uses the prefix as IP, which would match the /25 (longest prefix). Otherwise, may this be a bug?
EDIT: I am using version 0.33 with Python 3.8.1 on macOS
The text was updated successfully, but these errors were encountered:
Hi there,
I was just wondering, whether it's also possible to directly lookup prefixes (instead of IPs) in the SubnetTree.
I tried the following:
As output I received: "/25"
I am wondering what happens here, as I expected "/24" as result.
First idea that came to my mind, was, that the lookup (last line) just cuts-off the trailing "/24" and uses the prefix as IP, which would match the /25 (longest prefix). Otherwise, may this be a bug?
EDIT: I am using version 0.33 with Python 3.8.1 on macOS
The text was updated successfully, but these errors were encountered: