BUG: multiple registrations of 'vl_api_sw_interface_tag_add_del_reply_t_handler' means pretty much what it says. Two places in the code are registering handlers for that specific message. Last registrant wins.
I found and fixed 30 of these when I first added the check. Most were relatively benign - duplicate but identical routines left around after the vpe.api break-up. I found one which was not benign, code working only by accident. I’ve started a build of master/latest to see what I see... Thanks… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Jon Loeliger Sent: Friday, March 3, 2017 10:07 PM To: Florin Coras <fcoras.li...@gmail.com> Cc: vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] Missing session.api.h file On Fri, Mar 3, 2017 at 7:11 PM, Jon Loeliger <j...@netgate.com<mailto:j...@netgate.com>> wrote: On Fri, Mar 3, 2017 at 6:54 PM, Florin Coras <fcoras.li...@gmail.com<mailto:fcoras.li...@gmail.com>> wrote: Hi Jon, Apologies about that. Alexander was kind enough to provide a quick solution here [1]. Will merge as soon as it passes verify. Florin Awesome! Thank you! jdl That seems to have worked! Thank you! So, a different question now.... Did something change about the order or intended correct inclusion of the API message files? That might be vague, sorry... I'm now seeing these messages on VPP startup. /usr/bin/vpp[2599]: vl_msg_api_config:672: BUG: multiple registrations of 'vl_api_sw_interface_tag_add_del_reply_t_handler' It all seems to be working so far, but am I somehow managing to call in an API registration for each message twice now? Like, did the include files somehow end up doubled up or something? Yeah, I don't know either yet... jdl
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev