mbox series

[ovs-dev,v4,0/1] Overlay provider network support.

Message ID 20240606214412.168715-1-numans@ovn.org
Headers show
Series Overlay provider network support. | expand

Message

Numan Siddique June 6, 2024, 9:44 p.m. UTC
From: Numan Siddique <numans@ovn.org>

This patch adds support of overlay provider networks so that
NAT can be supported on the logical switch subnet even if there
are no localnet ports.

v3 -> v4
------
  * Patches 1 and 2 of v3 are merged.
  * Renamed the function name in the patch 3 of v3 as suggested by Mark.

v2 -> v3
------
  * Rebased and resolved conflicts.

v1 -> v2
------
  * Added a new patch, patch 2 to the series to refactor the cr port
    code.  This patch was earlier submitted separately here:
    https://patchwork.ozlabs.org/project/ovn/patch/20240507215713.902148-1-numans@ovn.org/
  * Patch 2 of v1 is now patch 3.
  * Addressed review comments from Mark.

Numan Siddique (1):
  Add support for overlay provider networks.

 NEWS                      |   2 +
 controller/physical.c     |   4 +
 northd/northd.c           | 239 ++++++++++++++----
 northd/northd.h           |   1 +
 ovn-nb.xml                |  27 ++
 tests/multinode-macros.at |   2 +-
 tests/multinode.at        | 177 +++++++++++++
 tests/ovn-northd.at       | 520 +++++++++++++++++++++++++++++++++++++-
 tests/ovn.at              |   8 +-
 9 files changed, 928 insertions(+), 52 deletions(-)