Comment 2 for bug 1860560

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

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

commit c6a5b284b54d59273a387aaf7723391e9100bf3c
Author: Terry Wilson <email address hidden>
Date: Tue Jan 21 16:12:45 2020 -0600

    Ensure we don't pass empty addresses to lsp_set_addresses

    If we somehow have an empty set of addresses, lsp_set_addresses
    will fail. This instead calls db_clear() on the addresses field if
    we are trying to set it to empty.

    Closes-bug: #1860560

    Change-Id: Ied92eb85b74e63a7317d50970b5131fb49e3e4b0