Comment 12 for bug 1861674

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

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

commit bfa14f7f2974d7974ee874d07ed9618bcd4c69cf
Author: jufeng <email address hidden>
Date: Mon Feb 3 14:54:12 2020 +0800

    Support gateway which is not in subnet CIDR in ha_router

    There is case that gateway is not in subnet CIDR.
    We can set 2 routes as follows to support this:
    ip route add 172.16.0.1/32 dev eth0
    ip route add default via 172.16.0.1 dev eth0

    Closes-bug: #1861674
    Change-Id: I69356e926b15de7f1f99540e7cb98671c634e8a9
    (cherry picked from commit 554b5c226750ec75e99ebce241df8b7a700ff016)