[ovs-dev] [PATCH v2 0/2] NAT port range support

Ankur Sharma svc.mail.git at nutanix.com
Tue Sep 15 23:38:24 UTC 2020


From: Ankur Sharma <ankur.sharma at nutanix.com>

OVS supports additional paramaters while programming
ct_nat rules.

In continuation to 509733c, this series adds support
for specifying a hashing algorithm, to be used while
picking a port number from given range

Ankur Sharma (2):
  NAT: Provide port hash in input
  NAT: Northd and parser changes to support port

 include/ovn/actions.h |   1 +
 lib/actions.c         |  51 ++++++++++++++++++-
 northd/ovn-northd.c   |  16 ++++++
 ovn-nb.ovsschema      |   5 +-
 ovn-nb.xml            |  15 ++++++
 tests/ovn-nbctl.at    | 136 +++++++++++++++++++++++++++++++-------------------
 tests/ovn-northd.at   |  31 ++++++++++++
 tests/ovn.at          |  66 +++++++++++++++++++++---
 utilities/ovn-nbctl.c | 102 ++++++++++++++++++++++++++++---------
 9 files changed, 337 insertions(+), 86 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list