Skip to content

Commit 0b956bb

Browse files
resmoRene Moser
authored andcommitted
config: doc: add default value 10 in description for vm.network.nic.max.secondary.ipaddresses
value hardcoded by commit 4925b9f
1 parent dd9ba48 commit 0b956bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/com/cloud/configuration/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public enum Config {
405405
MaxNumberOfSecondaryIPsPerNIC(
406406
"Network", ManagementServer.class, Integer.class,
407407
"vm.network.nic.max.secondary.ipaddresses", "256",
408-
"Specify the number of secondary ip addresses per nic per vm", null),
408+
"Specify the number of secondary ip addresses per nic per vm. Default value 10 is used, if not specified.", null),
409409

410410
EnableServiceMonitoring(
411411
"Network", ManagementServer.class, Boolean.class,

0 commit comments

Comments
 (0)