mbox series

[ovs-dev,v2,0/3] Introduce BFD support for ECMP route policy

Message ID cover.1706881571.git.lorenzo.bianconi@redhat.com
Headers show
Series Introduce BFD support for ECMP route policy | expand

Message

Lorenzo Bianconi Feb. 2, 2024, 1:49 p.m. UTC
Changes since v1:
- improve ipv6 address lookup

Lorenzo Bianconi (3):
  test: Fix false positive in BFD system test.
  ovn-nbctl: Fix nbctl_pre_lr_route_add for BFD.
  northd: Add BFD support for ECMP route policy.

 NEWS                      |  1 +
 northd/northd.c           | 86 ++++++++++++++++++++++++++++++----
 ovn-nb.ovsschema          |  9 +++-
 ovn-nb.xml                |  7 +++
 tests/ovn-nbctl.at        |  6 +++
 tests/ovn-northd.at       | 20 +++++++-
 tests/system-ovn.at       | 53 ++++++++++++++++++---
 utilities/ovn-nbctl.8.xml |  8 ++++
 utilities/ovn-nbctl.c     | 98 ++++++++++++++++++++++++++++++++++++++-
 9 files changed, 269 insertions(+), 19 deletions(-)