Re: [ovs-dev] [PATCH ovn] osx: Fix compilation error.

2020-12-15 Thread Numan Siddique
On Tue, Dec 15, 2020 at 6:20 PM Dumitru Ceara wrote: > > On 12/15/20 1:21 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > The commit "northd: Add ECMP support to router policies." introduced > > compilaton error on osx platform. This patch fixes the issue. > > > > The errors are: > >

Re: [ovs-dev] [PATCH ovn] osx: Fix compilation error.

2020-12-15 Thread Dumitru Ceara
On 12/15/20 1:21 PM, num...@ovn.org wrote: > From: Numan Siddique > > 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

[ovs-dev] [PATCH ovn] osx: Fix compilation error.

2020-12-15 Thread numans
From: Numan Siddique 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'