-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I just found out that you can try to look up a CIDR in the SubnetTree. But it seems to just take the network part, complete it with zeros and look up that address. Is their some (documented or undocumented) semantics attached to this? It was a bit confusing for me to discover:
import SubnetTree
tree = SubnetTree.SubnetTree()
tree['10.0.0.0/16'] = 'Test net'
print t['10.0.0.0/8']
-> Test netReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels