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
afaa50c9
Commit
afaa50c9
authored
Sep 12, 2014
by
Marcin Siodelski
Browse files
[3538] Fixed the pool definitions for DHCPv6 in kea.conf.
parent
07c8a9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/kea.conf.in
View file @
afaa50c9
...
...
@@ -47,13 +47,13 @@
# The following list defines subnets. Uncomment to enable them.
"subnet6": [
# { "subnet": "2001:db8:1::/64",
# "pool": [ "2001:db8:1::/80" ] },
# "pool
s
": [
{ "pool":
"2001:db8:1::/80"
}
] },
# { "subnet": "2001:db8:2::/64",
# "pool": [ "2001:db8:2::/80" ] },
# "pool
s
": [
{ "pool":
"2001:db8:2::/80"
}
] },
# { "subnet": "2001:db8:3::/64",
# "pool": [ "2001:db8:3::/80" ] },
# "pool
s
": [
{ "pool":
"2001:db8:3::/80"
}
] },
# { "subnet": "2001:db8:4::/64",
# "pool": [ "2001:db8:4::/80" ] }
# "pool
s
": [
{ "pool":
"2001:db8:4::/80"
}
] }
]
},
...
...
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