Comment 3 for bug 1715317

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

Reviewed: https://review.openstack.org/501132
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=fa4ff64b86e6e1b6399f7250eadbee9775c22d32
Submitter: Jenkins
Branch: master

commit fa4ff64b86e6e1b6399f7250eadbee9775c22d32
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Wed Sep 6 03:35:58 2017 -0400

    ovs-hybrid: should permanently keep MAC entries

    The linux bridge installed for the particular vif type ovs-hybrid
    should be configured to persistently keep the MAC learned from the
    RARP packets sent by QEMU when starting on destination node. That to
    avoid any break of the datapath during a live-migration. That because
    at some point of the live-migration source and destination can be on
    a same L2 and we could have the destination bridge learning from source.

    Change-Id: I50775df3629a079e6ba6f167ebfa499ffa5c7cac
    Closes-Bug: 1715317
    Related-Bug: 1414559