Hi Dumitru,
                I have fixed it , and summit v2. Thanks for your review.

Regards,
Yun

--------------
taoyunxi...@cmss.chinamobile.com
>On 5/13/20 4:03 AM, Tao YunXiang 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: Tao YunXiang <taoyunxi...@cmss.chinamobile.com>
>> Signed-off-by: Tao YunXiang <taoyunxi...@cmss.chinamobile.com>
>> ---
>>  utilities/ovn-nbctl.c | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c
>> index 67b23108f..2dabd27de 100644
>> --- a/utilities/ovn-nbctl.c
>> +++ b/utilities/ovn-nbctl.c
>> @@ -3642,6 +3642,10 @@ nbctl_lr_policy_del(struct ctl_context *ctx)
>>                      new_policies[n_policies++] = lr->policies[i];
>>                  }
>>              }
>> +            if (n_policies == lr->n_policies) {
>> +                ctl_error(ctx, "uuid is not found");
>> +                }
>> +
>
>Hi Tao,
>
>The indentation here looks a bit weird, the closing '}' should be 4
>spaces to the left.
>
>>      /* If match is not specified, delete all routing policies with the
>>       * specified priority. */
>
>Could you also please fix the indentation for this comment?
>
>Thanks,
>Dumitru
>
>>          } else {
>>
>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to