X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip4.h;h=cb78bfbe35609b5530a1bb71b2ac43c4faadd0a1;hb=2de5fc03ff698a2c764de9fa5698ca98959565f1;hp=8fba33f8d6ed3cbb925f943ee43685682a3e9072;hpb=e85aa4c46aab9ddd0824c455b3d18460e5213f79;p=vpp.git diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 8fba33f8d6e..cb78bfbe356 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h @@ -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;