Out-of-tree Build Error fix 96/5096/4
authorAkshayaNadahalli <anadahal@cisco.com>
Fri, 10 Feb 2017 05:24:16 +0000 (10:54 +0530)
committerNeale Ranns <nranns@cisco.com>
Mon, 13 Feb 2017 15:58:12 +0000 (15:58 +0000)
commit0f438df9918911a976751f2391421cc8b4b6fdb7
tree24a692c6a96ad4d6f1185967dda05142769eec69
parent466f0d46d242aea1a598f5a9922528aa38d1653b
Out-of-tree Build Error fix

File vnet/fib/fib_urpf_list.h was included in vnet/fib/ip6_fib.h but was
exported to be installed in /usr/include/vnet. So out-of-tree builds
relying on an installed package was failing.
Fix is to inlcude fib_urpf_list.h in source file rather than including
it in header file.

Change-Id: Iae39c1d9417dbd31ee67fa1bd2d1915d5e813c73
Signed-off-by: AkshayaNadahalli <anadahal@cisco.com>
src/vnet/fib/ip6_fib.h
src/vnet/ip/ip6_forward.c