Alan Williams

Results 3 comments of Alan Williams

If the above extracts are done in reverse it fails: ``` >>> from netaddr import * >>> splitter = SubnetSplitter('10.40.0.0/22') >>> subnet_26s = splitter.extract_subnet(26, count=3) >>> print splitter.available_subnets() [IPNetwork('10.40.0.128/25'), IPNetwork('10.40.1.0/24'),...

Found this issue while troubleshooting the same problem. It's been over a year since it's been raised, bummer no response from anyone at AWS as it's clearly a real problem.