← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1861674] Re: Gateway which is not in subnet CIDR is unsupported in ha router

 

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

commit 554b5c226750ec75e99ebce241df8b7a700ff016
Author: jufeng <jesse@xxxxxxxxxxxx>
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


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1861674

Title:
  Gateway which is not in subnet CIDR is unsupported in ha router

Status in neutron:
  Fix Released

Bug description:
  The external network gateway witch may not be in the CIDR of the
  subnet is supported, but ha router currently does not support it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1861674/+subscriptions


References