Re: [ovs-dev] [PATCH ovn 0/2] allow to configure routes with no nexthop

2021-08-24 Thread Numan Siddique
On Fri, Aug 6, 2021 at 8:59 AM Lorenzo Bianconi
 wrote:
>
> Allow ovn-nbctl to add a valid route without a nexthop. E.g:
>
> ovn-nbctl lr-route-add lr0 192.168.0.0/24 lr0-sw
>
> Lorenzo Bianconi (2):
>   nbctl: validate outport in nbctl_lr_route_add
>   northd: allow to configure routes with no nexthop

Thanks for the patches.  I applied both the patches.   I added an
entry in the NEWS item before
merging patch 2.

Numan

>
>  northd/lrouter.dl | 60 +++
>  northd/ovn-northd.c   |  7 +++--
>  northd/ovn_northd.dl  |  5 
>  tests/ovn-nbctl.at| 11 
>  tests/ovn-northd.at   | 21 --
>  utilities/ovn-nbctl.c | 65 ---
>  6 files changed, 147 insertions(+), 22 deletions(-)
>
> --
> 2.31.1
>
> ___
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn 0/2] allow to configure routes with no nexthop

2021-08-06 Thread Lorenzo Bianconi
Allow ovn-nbctl to add a valid route without a nexthop. E.g:

ovn-nbctl lr-route-add lr0 192.168.0.0/24 lr0-sw

Lorenzo Bianconi (2):
  nbctl: validate outport in nbctl_lr_route_add
  northd: allow to configure routes with no nexthop

 northd/lrouter.dl | 60 +++
 northd/ovn-northd.c   |  7 +++--
 northd/ovn_northd.dl  |  5 
 tests/ovn-nbctl.at| 11 
 tests/ovn-northd.at   | 21 --
 utilities/ovn-nbctl.c | 65 ---
 6 files changed, 147 insertions(+), 22 deletions(-)

-- 
2.31.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev