Comment 16 for bug 1789686

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (stable/queens)

Reviewed: https://review.opendev.org/661565
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=7248a54f669effc5724983686b5dab6e87700e8f
Submitter: Zuul
Branch: stable/queens

commit 7248a54f669effc5724983686b5dab6e87700e8f
Author: Maciej Józefczyk <email address hidden>
Date: Wed May 15 09:41:33 2019 +0000

    Do not set port addresses on LSP while port not bound

    FIP that points to VIP port could not have addresses
    specified [1]. Router pipeline will try to resolve
    ARP requests internally from LSP instead looking for
    actual MAC address from LSP where VIP exists at this moment.

    Lets not set this address till the port is bound.

    [1] https://bugzilla.redhat.com/show_bug.cgi?id=1707241

    Change-Id: I36261701be393584ad4b00ced96273736339b03c
    Closes-Bug: #1789686
    (cherry picked from commit 33fd553158a96b4dc40c66acf050fa7f91227dec)