Re: [ovs-dev] [PATCH OVN v3] ovn-nbctl.c: Fix lr-policy-del command

2020-05-15 Thread Numan Siddique
On Fri, May 15, 2020 at 1:45 PM Tao YunXiang < taoyunxi...@cmss.chinamobile.com> wrote: > This change will check the existence of lr-policy uuid. > If not, it will print "uuid is not found". > > Fixes: 1b030874c32("ovn-nbctl.c: Add an optional way to delete router > policy by uuid") > > > Author:

[ovs-dev] [PATCH OVN v3] ovn-nbctl.c: Fix lr-policy-del command

2020-05-15 Thread Tao YunXiang
This change will check the existence of lr-policy uuid. If not, it will print "uuid is not found". Fixes: 1b030874c32("ovn-nbctl.c: Add an optional way to delete router policy by uuid") Author: Tao YunXiang Signed-off-by: Tao YunXiang CC: Dumitru Ceara --- utilities/ovn-nbctl.c | 4