On 12/15/20 2:35 PM, num...@ovn.org wrote:
> From: Numan Siddique <num...@ovn.org>
> 
> The commit "northd: Add ECMP support to router policies." introduced
> compilaton error on osx platform.  This patch fixes the issue.
> 
> The errors are:
> 
> ----
> northd/ovn-northd.c:7697:38: error: format specifies type 'unsigned short'
> but the argument has type 'int' [-Werror,-Wformat]
>                       ecmp_group_id, i + 1);
>                                      ^~~~~
> northd/ovn-northd.c:7713:44: error: format specifies type 'unsigned short'
> but the argument has type 'int' [-Werror,-Wformat]
>         ds_put_format(&actions, "%"PRIu16, i + 1);
>                                  ~~~~~~~~  ^~~~~
> ----
> 
> Fixes: 35b00c7e7990("northd: Add ECMP support to router policies.")
> Suggested-by: Dumitru Ceara <dce...@redhat.com>
> Signed-off-by: Numan Siddique <num...@ovn.org>
> ---

Looks good to me, thanks!

Acked-by: Dumitru Ceara <dce...@redhat.com>

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

Reply via email to