From ae8098350cb7b96f7495fa4d4180238064256e14 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 23 Nov 2018 09:00:27 -0800 Subject: IP6-MFIB: replace the radix tree with bihash (VPP-1526) Change-Id: I7a48890c075826fbd8c75436dfdc5ffff230a693 Signed-off-by: Neale Ranns --- src/vnet/adj/adj_nbr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/adj') diff --git a/src/vnet/adj/adj_nbr.c b/src/vnet/adj/adj_nbr.c index 38885095a4f..3f73ff9f1d2 100644 --- a/src/vnet/adj/adj_nbr.c +++ b/src/vnet/adj/adj_nbr.c @@ -18,6 +18,8 @@ #include #include +#include + /* * Vector Hash tables of neighbour (traditional) adjacencies * Key: interface(for the vector index), address (and its proto), -- cgit 1.2.3-korg