ip: Move the IP6 fib into ip6_[m]fib.c

Type: improvement

reduce the compile time by moving the bihash includes out of ip[46].h

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I6b9216e10aff1013071f9238b3e1ebbdd205bd80
This commit is contained in:
Neale Ranns
2020-10-19 14:47:20 +00:00
committed by Damjan Marion
parent 710d78074e
commit 5a59b2bac4
15 changed files with 186 additions and 153 deletions
+1
View File
@@ -16,6 +16,7 @@
#ifndef __CNAT_TYPES_H__
#define __CNAT_TYPES_H__
#include <vppinfra/bihash_24_8.h>
#include <vnet/fib/fib_node.h>
#include <vnet/fib/fib_source.h>
#include <vnet/ip/ip_types.h>