Skip to content

Commit e554ba5

Browse files
Apply suggestion from @weizhouapache
1 parent 62bd4a2 commit e554ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/NetworkOrchestrationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public interface NetworkOrchestrationService {
9393

9494
ConfigKey<Integer> DhcpLeaseTimeout = new ConfigKey<>("Network", Integer.class, "dhcp.lease.timeout", "0",
9595
"DHCP lease time in seconds for VMs. Use 0 for infinite lease time (default). A non-zero value sets the lease duration in seconds.",
96-
true, ConfigKey.Scope.Zone, "0-");
96+
true, ConfigKey.Scope.Zone);
9797

9898
ConfigKey<Boolean> PromiscuousMode = new ConfigKey<>("Advanced", Boolean.class, "network.promiscuous.mode", "false",
9999
"Whether to allow or deny promiscuous mode on NICs for applicable network elements such as for vswitch/dvswitch portgroups.", true);

0 commit comments

Comments
 (0)