Committed by
Gerrit Code Review
Updating example dhcp.json for new config
Change-Id: Ib40eade51a3fd1c5ffd5ab43bbcf4ee3d0c53605
Showing
1 changed file
with
2 additions
and
4 deletions
... | @@ -11,10 +11,8 @@ | ... | @@ -11,10 +11,8 @@ |
11 | "ttl": "63", | 11 | "ttl": "63", |
12 | "lease": "300", | 12 | "lease": "300", |
13 | "renew": "150", | 13 | "renew": "150", |
14 | - "rebind": "200" | 14 | + "rebind": "200", |
15 | - }, | 15 | + "delay": "2", |
16 | - "dhcpstore" : { | ||
17 | - "delay": "3", | ||
18 | "timeout": "150", | 16 | "timeout": "150", |
19 | "startip": "10.1.11.51", | 17 | "startip": "10.1.11.51", |
20 | "endip": "10.1.11.100" | 18 | "endip": "10.1.11.100" | ... | ... |
-
Please register or login to post a comment