mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
config: doc: add default value 10 in description for vm.network.nic.max.secondary.ipaddresses
value hardcoded by commit 4925b9f6a126454215531998c461bf376ac6ab67
This commit is contained in:
parent
dd9ba48efa
commit
0b956bbc1f
@ -405,7 +405,7 @@ public enum Config {
|
||||
MaxNumberOfSecondaryIPsPerNIC(
|
||||
"Network", ManagementServer.class, Integer.class,
|
||||
"vm.network.nic.max.secondary.ipaddresses", "256",
|
||||
"Specify the number of secondary ip addresses per nic per vm", null),
|
||||
"Specify the number of secondary ip addresses per nic per vm. Default value 10 is used, if not specified.", null),
|
||||
|
||||
EnableServiceMonitoring(
|
||||
"Network", ManagementServer.class, Boolean.class,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user