On Fri, Aug 6, 2021 at 8:59 AM Lorenzo Bianconi <[email protected]> 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 > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
