From: Numan Siddique <[email protected]>

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/[email protected]/
  * 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(-)

-- 
2.44.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to