yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63374
[Bug 1671548] Re: Updating mac_address of port doesn't update its autoconfigured IPv6 address
Reviewed: https://review.openstack.org/447538
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=27746d1d16ceec59ca6576d565e5e4157427fa96
Submitter: Jenkins
Branch: master
commit 27746d1d16ceec59ca6576d565e5e4157427fa96
Author: Derek Higgins <derekh@xxxxxxxxxx>
Date: Thu Mar 30 12:59:37 2017 +0100
Update auto-addresses on MAC change
On MAC update add an entry for auto-addressed IPs so
that they get removed and re-allocated.
Also Fix the unit test that was testing for this, so that
it checks the IP for the new updated port (it was checking
the port before the update).
Change-Id: I0a83efa7b8dfa1f6979566846195fb349547018a
Closes-Bug: #1671548
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1671548
Title:
Updating mac_address of port doesn't update its autoconfigured IPv6
address
Status in neutron:
Fix Released
Bug description:
PUT /v2.0/ports/d38564ff-8a98-4a21-a162-9b2841c78ebc.json HTTP/1.1
...
{"port": {"mac_address": "fa:16:3e:d2:03:61"}}
This updates the ports MAC address but doesn't update the IP address.
If using slaac or stateless address mode it should as the IP address is derived for the MAC address.
Version - Master from 20170127
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1671548/+subscriptions
References