Comment 10 for bug 1830383

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/661298
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e603d19939c98b94081bb6a3af8bcb943f7bd2ce
Submitter: Zuul
Branch: master

commit e603d19939c98b94081bb6a3af8bcb943f7bd2ce
Author: Oleg Bondarev <email address hidden>
Date: Fri May 24 18:11:15 2019 +0400

    Reset MAC on unbinding direct-physical port

    direct-physical ports inherit MAC address of physical device
    when binding happens (VM created). When VM is deleted this
    MAC has to be cleared so other ports may be bound to same device
    without conflicts.

    Change-Id: I9dc8562546e9a7365d18492678f7fc1cb3553622
    Closes-Bug: #1830383