Re: [vpp-dev] vppsb's librtnl is broken with top of VPP tree

2018-03-13 Thread Chris Luke
Oh, doh, it's vppsb that has the issue. I'll go back to sleep. :) Chris

Re: [vpp-dev] vppsb's librtnl is broken with top of VPP tree

2018-03-13 Thread Chris Luke
…but… how did that get in there in the first place if the compiler whines about it?! Chris. From: vpp-dev@lists.fd.io On Behalf Of Wang Sent: Tuesday, March 13, 2018 18:37 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vppsb's librtnl is broken with top of VPP tr

Re: [vpp-dev] vppsb's librtnl is broken with top of VPP tree

2018-03-13 Thread Wang
I just submitted a patch to fix it. https://gerrit.fd.io/r/#/c/11127/ 2018-03-13 18:35 GMT-04:00 Jon Loeliger : > Hey VPP-dev > > Is it me? It's me, isn't it. > > jdl > > > > > librtnl/mapper.c: In function 'mapper_add_del_route': > librtnl/mapper.c:101:31: error: passing argument 10 of > 'fib_

[vpp-dev] vppsb's librtnl is broken with top of VPP tree

2018-03-13 Thread Jon Loeliger
Hey VPP-dev Is it me? It's me, isn't it. jdl librtnl/mapper.c: In function 'mapper_add_del_route': librtnl/mapper.c:101:31: error: passing argument 10 of 'fib_table_entry_path_add' from incompatible pointer type [-Werror] FIB_ROUTE_PATH_FLAG_NONE);