Increase L2FIB MAC learn limit from 1M to 8M entries
Change-Id: I04589d3613653c402e6628202598972c2fa59d24 Signed-off-by: John Lo <loj@cisco.com>
This commit is contained in:
@@ -489,7 +489,7 @@ VLIB_NODE_FUNCTION_MULTIARCH (l2learn_node, l2learn_node_fn)
|
||||
* Set the default number of dynamically learned macs to the number
|
||||
* of buckets.
|
||||
*/
|
||||
mp->global_learn_limit = L2FIB_NUM_BUCKETS * 16;
|
||||
mp->global_learn_limit = L2FIB_NUM_BUCKETS * 128;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user