diff mbox series

[ovs-dev,ovn] Update NEWS to document multiple localnet port support

Message ID 20200520151058.712439-1-ihrachys@redhat.com
State Superseded, archived
Headers show
Series [ovs-dev,ovn] Update NEWS to document multiple localnet port support | expand

Commit Message

Ihar Hrachyshka May 20, 2020, 3:10 p.m. UTC
Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Numan Siddique May 21, 2020, 10:52 a.m. UTC | #1
On Wed, May 20, 2020 at 8:41 PM Ihar Hrachyshka <ihrachys@redhat.com> wrote:

> Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
>

Thanks. I applied this patch to master.

Numan


> ---
>  NEWS | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index fea196d34..4dab4f7d5 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -20,6 +20,10 @@ OVN v20.03.0 - xx xxx xxxx
>       Care should be taken while upgrading as the existing
>       load balancer traffic will be affected if ovn-controllers
>       are not stopped before uprading northd services.
> +   - Added limited support for logical switches with multiple localnet
> ports.
> +     The feature requires that no chassis has two or more physical
> networks
> +     with localnet ports that belong to the same logical switch mapped.
> Routing
> +     between the ports to be implemented by fabric.
>
>     - OVN Interconnection:
>       * Support for L3 interconnection of multiple OVN deployments with
> tunnels
> --
> 2.26.2
>
> _______________________________________________
> 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 fea196d34..4dab4f7d5 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@  OVN v20.03.0 - xx xxx xxxx
      Care should be taken while upgrading as the existing
      load balancer traffic will be affected if ovn-controllers
      are not stopped before uprading northd services.
+   - Added limited support for logical switches with multiple localnet ports.
+     The feature requires that no chassis has two or more physical networks
+     with localnet ports that belong to the same logical switch mapped. Routing
+     between the ports to be implemented by fabric.
 
    - OVN Interconnection:
      * Support for L3 interconnection of multiple OVN deployments with tunnels