Comment 4 for bug 1855759

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

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

commit b99765df8f1d1d6d3ceee3d481d1e6ee1b2200e7
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Dec 10 15:50:20 2019 +0000

    Use "via" in gateway dictionary in Linux Bridge agent

    The gateway IP address in the gateway dictionary returned by
    "ip_lib.list_ip_routes" is stored in "via".

    "priority" parameter is changed to "metric", to match input and
    output parameters.

    Change-Id: I67ae473dca8d706f963c3b55b9410f9a79d7f32b
    Closes-Bug: #1855759