]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
IPv6 SLAAC subnet create should update ports on net
authorDane LeBlanc <leblancd@cisco.com>
Thu, 9 Apr 2015 14:32:33 +0000 (10:32 -0400)
committerDane LeBlanc <leblancd@cisco.com>
Wed, 15 Apr 2015 17:53:41 +0000 (13:53 -0400)
commitbd1044ba0e9d7d0f4752c891ac340b115f0019c4
tree704c03394bd03272cc1accb4cd1108de23f176ed
parent483de6313fab5913f9e68eb24afe65c36bd9b623
IPv6 SLAAC subnet create should update ports on net

If ports are first created on a network, and then an IPv6 SLAAC
or DHCPv6-stateless subnet is created on that network, then the
ports created prior to the subnet create are not getting
automatically updated (associated) with addresses for the
SLAAC/DHCPv6-stateless subnet, as required.

Change-Id: I88d04a13ce5b8ed4c88eac734e589e8a90e986a0
Closes-Bug: 1427474
Closes-Bug: 1441382
Closes-Bug: 1440183
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/db/test_db_base_plugin_v2.py