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

hard coded ip reservations need to be converted to use policies #65

Closed tr3buchet closed 11 years ago

tr3buchet commented 11 years ago

.0 .1 and .255 were hardcoded to be reserved for expediency in #64. Instead we should create policies for these and store them like the rest of the IP reservations. You know, like when we have time and stuff.

asadoughi commented 11 years ago

IP policies exist as of #109, but there is no logic explicitly applied to a subnet to not allocate .0, .1, .255.

In other words, a user would have to create the IP policy on the subnet explicitly and this policy does not exist as default as it did before.