Comment 14 for bug 1443798

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

It should be easy to restrict only for subnets with dhcp enabled. The check should just occur on update_subnet as well, raising if enable_dhcp is true and the cidr is /32 or /31 and ip_version=4.

The resulting patch will still be very small.