l2: allocate l2fib only when needed
[vpp.git] / src / vpp / conf / startup.conf
index 56610e2..12679da 100644 (file)
@@ -189,3 +189,12 @@ cpu {
     # per-node-counters on | off, defaults to none
     # update-interval <f64-seconds>, sets the segment scrape / update interval
 # }
+
+## L2 FIB
+# l2fib {
+    ## l2fib hash table size.
+    #  table-size 512M
+
+    ## l2fib hash table number of buckets. Must be power of 2.
+    #  num-buckets 524288
+# }