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
Sebastian Schrader
Kea
Commits
3a55f62d
Commit
3a55f62d
authored
Aug 11, 2014
by
Jeremy C. Reed
Browse files
change pool: to "pool": in examples
(wlodek told me)
parent
c523ee2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp6-srv.xml
View file @
3a55f62d
...
...
@@ -444,7 +444,7 @@ temporarily override a list of interface names and listen on all interfaces.
"subnet": "2001:db8:1::/64",
"pools": [
{
pool: "2001:db8:1::1-2001:db8:1::ffff"
"
pool
"
: "2001:db8:1::1-2001:db8:1::ffff"
}
],
...
...
...
@@ -476,8 +476,8 @@ temporarily override a list of interface names and listen on all interfaces.
{
"subnet": "2001:db8:1::/64",
"pools": [
{ pool: "2001:db8:1::1-2001:db8:1::ffff" },
{ pool: "2001:db8:1:05::/80" }
{
"
pool
"
: "2001:db8:1::1-2001:db8:1::ffff" },
{
"
pool
"
: "2001:db8:1:05::/80" }
]
</userinput>
,
...
}
...
...
@@ -495,13 +495,13 @@ temporarily override a list of interface names and listen on all interfaces.
{
"subnet": "2001:db8:1::/64",
"pools": [
{ pool: "2001:db8:1::1-2001:db8:1::ffff" }
{
"
pool
"
: "2001:db8:1::1-2001:db8:1::ffff" }
]
},
{
"subnet": "2001:db8:2::/64",
"pools": [
{ pool: "2001:db8:2::/64" }
{
"
pool
"
: "2001:db8:2::/64" }
]
},
</userinput>
...
...
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