jkoelker / quark

This is my fork, Quark is now at https://github.com/rackerlabs/quark
Apache License 2.0
0 stars 2 forks source link

IPPolicy.get_ip_policy_rule_set doesn't work on v6 subnets #158

Closed asadoughi closed 11 years ago

asadoughi commented 11 years ago

IPPolicy.get_ip_policy_rule_set doesn't work on v6 subnets because netaddr.IPNetwork cannot accept slices for version 6 hosts. Raises exception and without exception, the existing algorithm is inefficient.