Public bug reported: ECMP is a kind of routing technology which allows multiple different links reach the same destination. Thanks to ECMP has supported by linux kernel, neutron can simply support ECMP by using linux command line and adding route entry into qrouter namespace.
An ECMP entry looks like: ip route replace to <destination_ip> nexthop via <nexthop_ip1> nexthop via <nexthop_ip2> Since Octavia has proposed an active-active load balancing design on https://review.opendev.org/#/c/723864/ and this design need ecmp support in neutron, I hope ECMP can be supported as soon as possible. ** Affects: neutron Importance: Undecided Status: New ** Tags: rfe ** Summary changed: - L3 Router should support ECMP + [RFE]L3 Router should support ECMP ** Description changed: ECMP is a kind of routing technology which allows multiple different links reach the same destination. Thanks to ECMP has supported by linux kernel, neutron can simply support ECMP by using linux command line and adding route entry into qrouter namespace. An ECMP entry looks like: - ip route replace to <destination_ip> nexthop via <nexthop_ip1> nexthop via <nexthop2> + ip route replace to <destination_ip> nexthop via <nexthop_ip1> nexthop via <nexthop_ip2> Since Octavia has proposed an active-active load balancing design on https://review.opendev.org/#/c/723864/ and this design need ecmp support in neutron, I hope ECMP can be supported as soon as possible. -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1880532 Title: [RFE]L3 Router should support ECMP Status in neutron: New Bug description: ECMP is a kind of routing technology which allows multiple different links reach the same destination. Thanks to ECMP has supported by linux kernel, neutron can simply support ECMP by using linux command line and adding route entry into qrouter namespace. An ECMP entry looks like: ip route replace to <destination_ip> nexthop via <nexthop_ip1> nexthop via <nexthop_ip2> Since Octavia has proposed an active-active load balancing design on https://review.opendev.org/#/c/723864/ and this design need ecmp support in neutron, I hope ECMP can be supported as soon as possible. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1880532/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

