]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Validate IPv6 subnet while associating to Router
authorsridhargaddam <sridhar.gaddam@enovance.com>
Mon, 24 Nov 2014 10:17:36 +0000 (10:17 +0000)
committersridhargaddam <sridhar.gaddam@enovance.com>
Tue, 6 Jan 2015 16:05:33 +0000 (16:05 +0000)
commite5713f932482210107dcfd7bac6a78524c8bad26
tree2a7b512aca0f35efdf6489556e417d7ee10fbe5e
parent92087199736ab849327d3a67c5d2eb8637ed7f53
Validate IPv6 subnet while associating to Router

Currently Neutron allows attaching a subnet (configured to use an external
router, by only setting ipv6_address_mode and leaving ipv6_ra_mode unset)
to Neutron Router. Ideally Neutron should not allow this operation and
should return an appropriate error message to the user.

APIImpact
Closes-Bug: #1393527
Change-Id: I9d597e6f5e8aea63222bb9f5ed8289e4ce28bbc3
neutron/db/l3_db.py
neutron/tests/unit/test_l3_plugin.py