Comment 15 for bug 1789686

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

Reviewed: https://review.opendev.org/660258
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=f8864483767e0da780a5619a6fd6774ab8702b05
Submitter: Zuul
Branch: stable/rocky

commit f8864483767e0da780a5619a6fd6774ab8702b05
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)