diff mbox series

[ovs-dev,v1] NEWS: Add external ip based NAT support

Message ID 1599595054-13483-1-git-send-email-svc.mail.git@nutanix.com
State Not Applicable
Headers show
Series [ovs-dev,v1] NEWS: Add external ip based NAT support | expand

Commit Message

Ankur Sharma Sept. 8, 2020, 7:57 p.m. UTC
Signed-off-by: Ankur Sharma <ankur.sharma@nutanix.com>
---
 NEWS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Numan Siddique Sept. 9, 2020, 7:41 a.m. UTC | #1
On Wed, Sep 9, 2020 at 1:28 AM Ankur Sharma <svc.mail.git@nutanix.com> wrote:
>
> Signed-off-by: Ankur Sharma <ankur.sharma@nutanix.com>

Thanks. I applied the patch to master.

I think you forgot to add the "ovn" tag in the subject prefix :). Now
that we have a separate patchwork for OVN,
please add this tag for future patches.

Thanks
Numan

> ---
>  NEWS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index a1ce4e8..8e2869b 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -11,6 +11,8 @@ Post-v20.06.0
>       called Chassis_Private now contains the nb_cfg column which is updated
>       by incrementing the value in the NB_Global table, CMSes relying on
>       this mechanism should update their code to use this new table.
> +   - Added support for external ip based NAT. Now, besides the logical ip
> +     external ips will also decide if a packet will be NATed or not.
>
>  OVN v20.06.0
>  --------------------------
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index a1ce4e8..8e2869b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@  Post-v20.06.0
      called Chassis_Private now contains the nb_cfg column which is updated
      by incrementing the value in the NB_Global table, CMSes relying on
      this mechanism should update their code to use this new table.
+   - Added support for external ip based NAT. Now, besides the logical ip
+     external ips will also decide if a packet will be NATed or not.
 
 OVN v20.06.0
 --------------------------