mbox series

[ovs-dev,v2,0/2] Allow related traffic for LB

Message ID 20221104081847.281045-1-amusil@redhat.com
Headers show
Series Allow related traffic for LB | expand

Message

Ales Musil Nov. 4, 2022, 8:18 a.m. UTC
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.

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 |  19 +++-
 ovn-sb.xml              |  12 +++
 tests/ovn-northd.at     | 208 +++++++++++++++++++++-------------------
 tests/ovn.at            |  15 ++-
 tests/system-ovn.at     | 128 +++++++++++++++++++++++++
 utilities/ovn-trace.c   |  34 +++++++
 9 files changed, 374 insertions(+), 116 deletions(-)