Comment 14 for bug 1855759

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/722384
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f900561550966b0d76936a292f658e16a97c1c00
Submitter: Zuul
Branch: stable/train

commit f900561550966b0d76936a292f658e16a97c1c00
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Feb 17 10:28:12 2020 +0000

    Set a default IP route metric in ip_lib.list_ip_routes

    By default, if no metric is defined, the kernel interprets the
    highest value (0).

    The current implementation, using pyroute2, is a translation from
    the CLI command "ip route". This command uses the netlink API to
    communicate with the kernel. In IPv6, when the metric value is not
    set is translated as 1024 as default [1].

    [1]https://access.redhat.com/solutions/3659171

    Change-Id: I0c5f9e320bbbf314a2d6a22c515bf903de84cdaf
    Related-Bug: #1855759
    (cherry picked from commit 7593f95a741aec62d9956175ce6d3ce1b1abb9a0)