mjschultz / py-radix

Python radix tree implementation for IPv4 and IPv6 prefix matching.
Other
119 stars 37 forks source link

Add a search_covering method #15

Closed nizox closed 9 years ago

nizox commented 9 years ago

Return a list of nodes with a less specific (or covering) prefix.

mjschultz commented 9 years ago

Thanks! It should be available for installation via pip install py-radix==0.9.0

nizox commented 9 years ago

Thanks !