NVP plugin: Set default max_lp_per_bridged_ls to 5000

This patch increases the default value from 64 to 5000

Bug 1227592

Change-Id: I19baa6dc48541ee5238748d21e8c410e4cdb5c00
This commit is contained in:
Salvatore Orlando
2013-09-19 05:02:12 -07:00
parent 9f7be67293
commit a04fb61e88
3 changed files with 10 additions and 5 deletions

View File

@@ -68,7 +68,12 @@
[nvp]
# Maximum number of ports for each bridged logical switch
# max_lp_per_bridged_ls = 64
# The recommended value for this parameter varies with NVP version
# Please use:
# NVP 2.x -> 64
# NVP 3.0, 3.1 -> 5000
# NVP 3.2 -> 10000
# max_lp_per_bridged_ls = 5000
# Maximum number of ports for each overlay (stt, gre) logical switch
# max_lp_per_overlay_ls = 256