]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow to add router interface to IPv6 SLAAC network
authorsridhargaddam <sridhar.gaddam@enovance.com>
Tue, 21 Oct 2014 10:08:10 +0000 (10:08 +0000)
committersridhargaddam <sridhar.gaddam@enovance.com>
Tue, 28 Oct 2014 20:49:04 +0000 (20:49 +0000)
commit95accb535017f1384b38b12eb78f0e58287d8e08
tree58bfe4a3798675ec40b8af732c48e015fa68d8a3
parent6db9fac9387696aae6f36c920d2e6b3989352f62
Allow to add router interface to IPv6 SLAAC network

This patch will allow an IPv6 subnet configured with SLAAC
(or dhcpv6-stateless) to be attached to a router interface.

Closes-Bug: #1382076
Change-Id: If0c48a7287a828eef4a0f0b0859d4f898d2937bd
neutron/common/ipv6_utils.py
neutron/db/db_base_plugin_v2.py
neutron/db/l3_db.py
neutron/tests/unit/plumgrid/test_plumgrid_plugin.py
neutron/tests/unit/test_db_plugin.py