jsommers / pytricia

A library for fast IP address lookup in Python.
GNU Lesser General Public License v3.0
214 stars 22 forks source link

Max length for prefix #24

Closed adkri closed 6 years ago

adkri commented 6 years ago

Can you add a max length property for the prefixes?

Something like add "200.100.122.0/20" with max_length=22, so we wouldn't get "200.100.122.0/23" as found.