Re: [vpp-dev] Failing Out-of-tree Builds

2017-02-13 Thread Jon Loeliger
On Fri, Feb 10, 2017 at 9:12 AM, Jon Loeliger wrote: > On Thu, Feb 9, 2017 at 11:16 PM, Akshaya Nadahalli (anadahal) < > anada...@cisco.com> wrote: > >> Hi Jon, >> >> fib_urpf_list.h needs to included inside the source file and need not be >> installed in /usr/include. Thanks for raising this. I

Re: [vpp-dev] Failing Out-of-tree Builds

2017-02-10 Thread Jon Loeliger
On Thu, Feb 9, 2017 at 11:16 PM, Akshaya Nadahalli (anadahal) < anada...@cisco.com> wrote: > Hi Jon, > > fib_urpf_list.h needs to included inside the source file and need not be > installed in /usr/include. Thanks for raising this. I will send out a patch > for this. > > Regards, > Akshaya N > A

Re: [vpp-dev] Failing Out-of-tree Builds

2017-02-09 Thread Akshaya Nadahalli (anadahal)
Hi Jon, fib_urpf_list.h needs to included inside the source file and need not be installed in /usr/include. Thanks for raising this. I will send out a patch for this. Regards, Akshaya N From: mailto:vpp-dev-boun...@lists.fd.io>> on behalf of Jon Loeliger mailto:j...@netgate.com>> Date: Friday

Re: [vpp-dev] Failing Out-of-tree Builds

2017-02-09 Thread Burt Silverman
​>Maybe it just needs to be included >in the actual C source file that needs it. I'll bet it only needs to be included in fib_entry_src.c, fib_test.c, fib_urpf_list.c, fib_path_list.c, fib_path.c, load_balance.c, ip4_forward.c, and ip4_source_check.c. But I don't know for certain.