The related traffic wasn't correctly forwarded
through the LB, the main issue was that the
traffic was not NATted. This series allows
the NAT to be applied and the traffic should
arrive with correct addresses.
---
v2: Add e2e test case.
v3: Rebase on top of main.
    Address comments from Mark.

Ales Musil (2):
  actions: Add new action called ct_commit_nat
  northd: Allow related traffic through LB

 include/ovn/actions.h   |   3 +
 lib/actions.c           |  42 +++++++-
 northd/northd.c         |  29 ++++--
 northd/ovn-northd.8.xml |  29 ++++--
 ovn-sb.xml              |  12 +++
 tests/ovn-northd.at     | 208 +++++++++++++++++++++-------------------
 tests/ovn.at            |  15 ++-
 tests/system-ovn.at     | 135 ++++++++++++++++++++++++++
 utilities/ovn-trace.c   |  34 +++++++
 9 files changed, 386 insertions(+), 121 deletions(-)

-- 
2.37.3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to