mbox series

[ovs-dev,v2,0/3] Overlay provider network support.

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

Message

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

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

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 (3):
  northd: Don't reparse lport's addresses while adding L2_LKUP flows.
  northd: Refactor chassisresident port checking.
  Add support for overlay provider networks.

 NEWS                      |   2 +
 controller/physical.c     |   4 +
 northd/northd.c           | 440 ++++++++++++++++++++------------
 northd/northd.h           |  11 +-
 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, 1020 insertions(+), 171 deletions(-)