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

svc.mail.git svc.mail.git at nutanix.com
Thu Apr 2 19:10:28 UTC 2020


Hi Mark,

Thanks a lot for review and Ack.
Just submitted V4, with Author name in the beginning.

Regards,
Ankur
________________________________
From: Mark Michelson <mmichels at redhat.com>
Sent: Thursday, April 2, 2020 6:55 AM
To: svc.mail.git <svc.mail.git at nutanix.com>; ovs-dev at openvswitch.org <ovs-dev at openvswitch.org>
Subject: Re: [ovs-dev] [PATCH v3 0/2 ovn] NAT port range support

For the series:

Acked-by: Mark Michelson <mmichels at redhat.com>

I think you need to get your git e-mail configuration sorted. Your
git-configured e-mail is not matching the one used in your sign-offs,
and that's angering the bot.

On 4/2/20 1:33 AM, Ankur Sharma wrote:
> OVS supports additional paramaters while programming
> ct_nat rules.
>
> Some of the key paramters:
> a. Specifying external source port range.
> b. Specifying the algorithm for mapping ports from the range.
> c. Specifying the external ip address range.
> d. Persisting the selection of picked IP address from the range.
>
> In this series we cover a. above, i.e providing port range.
> Additional patches will be sent out in coming weeks for b.,
> c. and d. above.
>
> Ankur Sharma (2):
>    NAT: Provide port range in input
>    NAT: Northd and parser changes to support port range
>
>   include/ovn/actions.h |   7 ++++
>   include/ovn/lex.h     |   1 +
>   lib/actions.c         |  48 ++++++++++++++++++++++
>   lib/lex.c             |   5 ++-
>   northd/ovn-northd.c   |  31 ++++++++++++---
>   ovn-nb.ovsschema      |   5 ++-
>   ovn-nb.xml            |  23 +++++++++++
>   tests/ovn-nbctl.at    |  46 +++++++++++++++++++++
>   tests/ovn-northd.at   |  64 ++++++++++++++++++++++++++++++
>   tests/ovn.at          |  34 ++++++++++++++--
>   utilities/ovn-nbctl.c | 108 +++++++++++++++++++++++++++++++++++++++++++++-----
>   11 files changed, 349 insertions(+), 23 deletions(-)
>



More information about the dev mailing list