Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
4ccae990
Commit
4ccae990
authored
Sep 19, 2014
by
Tomek Mrugalski
🛰
Browse files
Merge pull request
#1
from adwol/master
docs fixes
parents
7ca55f1b
ea1f65f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/config.xml
View file @
4ccae990
...
...
@@ -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 @
4ccae990
...
...
@@ -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
Markdown
is supported
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