]> 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)
committerKyle Mestery <mestery@mestery.com>
Thu, 16 Apr 2015 13:17:44 +0000 (13:17 +0000)
commit1dc98e414f200a78a6b1dc78f222c588646e6935
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
(cherry picked from commit bd1044ba0e9d7d0f4752c891ac340b115f0019c4)
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/db/test_db_base_plugin_v2.py