MTRIE Optimisations 2
[vpp.git] / src / vnet / ip / ip6.h
index 8fa9a47..bf7ec7d 100644 (file)
@@ -153,6 +153,9 @@ typedef struct ip6_main_t
   /* Pool of FIBs. */
   struct fib_table_t_ *fibs;
 
+  /* Pool of V6 FIBs. */
+  ip6_fib_t *v6_fibs;
+
   /** Vector of MFIBs. */
   struct mfib_table_t_ *mfibs;