Comment 7 for bug 1362651

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/117632
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f2aa93767ece248d8efadc9b3507e233044aa316
Submitter: Jenkins
Branch: master

commit f2aa93767ece248d8efadc9b3507e233044aa316
Author: Salvatore Orlando <email address hidden>
Date: Thu Aug 28 14:54:18 2014 -0700

    Subnets with prefix length 0 are invalid

    This patch changes the API behaviour to return a 400 error
    when a subnet with /0 prefix length is specified.

    This kind of subnet hardly make any sense, and also cannot
    possibly work when DHCP is enabled.

    Change-Id: I8f822f14b91475dcf86ea44ee607013e61cbb6f7
    Closes-Bug: #1362651