Comment 12 for bug 1830383

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

Reviewed: https://review.opendev.org/663510
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aa7893bc1bbc0842020d9f7dbc39f38fe9ef54ac
Submitter: Zuul
Branch: stable/stein

commit aa7893bc1bbc0842020d9f7dbc39f38fe9ef54ac
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
    (cherry picked from commit e603d19939c98b94081bb6a3af8bcb943f7bd2ce)