X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip4.h;h=cb78bfbe35609b5530a1bb71b2ac43c4faadd0a1;hb=2de5fc03ff698a2c764de9fa5698ca98959565f1;hp=f5ed9385232e14b9197e27d44d8c3e7e8259c45e;hpb=01a2a10715551ccbad760cec641786aa079c373a;p=vpp.git diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index f5ed9385232..cb78bfbe356 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h @@ -164,15 +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; - - /** The memory heap for the mtries */ - void *mtrie_mheap; - /** ARP throttling */ throttle_t arp_throttle;