ip: use main heap for mtrie, part 2 (remove args)
[vpp.git] / src / vnet / ip / ip4.h
index 8fba33f..cb78bfb 100644 (file)
@@ -164,12 +164,6 @@ typedef struct ip4_main_t
     u8 pad[2];
   } host_config;
 
-  /** Heapsize for the Mtries */
-  uword mtrie_heap_size;
-
-  /** Use hugetlb pages for the Mtries */
-  int mtrie_hugetlb;
-
   /** ARP throttling */
   throttle_t arp_throttle;