From 7b4e52f88fdfd7b785a2741d3b61050040d8561d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Sun, 24 May 2020 16:17:50 +0000 Subject: ipsec: Use bihash for tunnel lookup Type: improvement Change-Id: I0c82722dfce990345fe6eeecdb335678543367e0 Signed-off-by: Neale Ranns --- src/vnet/ip/ip6_forward.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ip/ip6_forward.c') diff --git a/src/vnet/ip/ip6_forward.c b/src/vnet/ip/ip6_forward.c index d6ef8c842e7..8c65560c3dd 100644 --- a/src/vnet/ip/ip6_forward.c +++ b/src/vnet/ip/ip6_forward.c @@ -55,6 +55,7 @@ #include #endif #include +#include #include /* Flag used by IOAM code. Classifier sets it pop-hop-by-hop checks it */ -- cgit 1.2.3-korg