From: Numan Siddique <[email protected]>

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.

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 (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           | 450 +++++++++++++++++++++------------
 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, 1025 insertions(+), 176 deletions(-)

-- 
2.44.0

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

Reply via email to