Comment 1 for bug 1899772

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

Reviewed: https://review.opendev.org/758213
Committed: https://git.openstack.org/cgit/x/networking-vpp/commit/?id=41c0220696b9fea7b3a8e54797e038c8a4e7a240
Submitter: Zuul
Branch: master

commit 41c0220696b9fea7b3a8e54797e038c8a4e7a240
Author: Onong Tayeng <email address hidden>
Date: Wed Oct 14 22:02:44 2020 +0530

    Fix bug in IPv6 default route setting

    A buggy if check causes the code to attempt setting the IPv6 default
    route through an IPv4 gateway causing PAPI to produce the following
    error:

        TypeError: object of type 'IPv4Address' has no len()

    Change-Id: Ia455cb983f26f171994e45d30ac0575300fdbdb3
    Closes-Bug: #1899772