Reviewed: https://review.openstack.org/458506 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=46d1a890e700dfa6e921387569f87f793ca4e8e9 Submitter: Jenkins Branch: master
commit 46d1a890e700dfa6e921387569f87f793ca4e8e9 Author: Derek Higgins <[email protected]> Date: Thu Apr 20 07:25:26 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 add a check to ensure the length of fixed_ips in the result is what was expected i.e. ensure we replaced the IP's(as is the current behaviour) and not just added to the list. Change-Id: Id1eadce7a18ba82d6c1a42f1afb0267f076f9308 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

