]> 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>
Tue, 3 Mar 2015 03:03:10 +0000 (22:03 -0500)
committerDane LeBlanc <leblancd@cisco.com>
Thu, 2 Apr 2015 01:43:07 +0000 (21:43 -0400)
commit81f4469b620ec221f53d3ffb4d00b90896dc5ce1
treecdceeace3748ee03047033c1c180d02b83049a56
parentfa70ac1c33b6cb40e05cc9b5a60c1fc5b55df284
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: I5901db6655c045c0e78c7cb7fc51ce8c9a9e1933
Closes-Bug: 1427474
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/test_db_plugin.py