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

Implement subnet.allocation_pools #119

Closed asadoughi closed 11 years ago

asadoughi commented 11 years ago

I'm currently working on this by using IP policies as the underlying implementation.

asadoughi commented 11 years ago

Once we store the allocation_pools (a list of IP ranges) into the database as a list of an excluded IP cidrs, we'll need a non-trivial algorithm to do the reverse.