mbox series

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

Message ID 1600213106-52204-1-git-send-email-svc.mail.git@nutanix.com
Headers show
Series NAT port range support | expand

Message

Ankur Sharma Sept. 15, 2020, 11:38 p.m. UTC
From: Ankur Sharma <ankur.sharma@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(-)