Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
15785c0e
Commit
15785c0e
authored
Sep 18, 2014
by
Adam Osuchowski
Committed by
Tomek Mrugalski
Sep 30, 2014
Browse files
- s/pool/pools/ in docs
- add brackets and braces in pools
parent
a9adf854
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/config.xml
View file @
15785c0e
...
...
@@ -61,7 +61,7 @@
"renew-timer": 1000,
"rebind-timer": 2000,
"subnet4": [{
"pool": "192.0.2.1-192.0.2.200",
"pools": [ {
"pool": "192.0.2.1-192.0.2.200"
} ]
,
"subnet": "192.0.2.0/24"
}],
...
...
...
@@ -76,7 +76,7 @@
"renew-timer": 1000,
"rebind-timer": 2000,
"subnet6": [{
"pool": "2001:db8::/80",
"pools": [ {
"pool": "2001:db8::/80"
} ]
,
"subnet": "2001:db8::/64"
}],
...
...
...
doc/guide/dhcp4-srv.xml
View file @
15785c0e
...
...
@@ -218,7 +218,7 @@ syntax would be used:
"subnet": "192.0.3.0/24"
},
{
"pool": [ { "pool": "192.0.4.1 - 192.0.4.254" } ],
"pool
s
": [ { "pool": "192.0.4.1 - 192.0.4.254" } ],
"subnet": "192.0.4.0/24"
}
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment