Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
252145f2
Commit
252145f2
authored
Sep 16, 2014
by
Marcin Siodelski
Browse files
[3538] Extended description of the subnet4 as pointed out in the review.
parent
afaa50c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/kea.conf.in
View file @
252145f2
...
@@ -20,7 +20,10 @@
...
@@ -20,7 +20,10 @@
"valid-lifetime": 4000,
"valid-lifetime": 4000,
# Below an example of the simple subnet declaration. Uncomment to
# Below an example of the simple subnet declaration. Uncomment to
# enable it.
# enable it. This is a list, denoted with [ ], of structure, denoted
# with { }. Each structure describes a single subnet and may have
# several parameters. One of those parameters is "pools" that is
# also a list of structures.
"subnet4": [
"subnet4": [
# { "subnet": "192.0.2.0/24",
# { "subnet": "192.0.2.0/24",
# "pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ] }
# "pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ] }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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