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
bc0c5fa3
Commit
bc0c5fa3
authored
Nov 09, 2016
by
Tomek Mrugalski
🛰
Browse files
[5014] Examples for Kea6 corrected.
parent
e559a237
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/examples/kea6/classify.json
View file @
bc0c5fa3
...
...
@@ -44,7 +44,7 @@
{
"name"
:
"cable-modems"
,
"test"
:
"vendor.enterprise == 4491"
}
,
}
],
...
...
doc/examples/kea6/dhcpv4-over-dhcpv6.json
View file @
bc0c5fa3
...
...
@@ -7,7 +7,7 @@
"Dhcp6"
:
{
"interfaces-config"
:
{
#
Enable
unicast
#
Enable
unicast
"interfaces"
:
[
"eno33554984/2001:db8:1:1::1"
]
},
...
...
@@ -27,16 +27,16 @@
"pools"
:
[
{
"pool"
:
"2001:db8:1:1::1:0/112"
}
]
}
],
#
This
enables
DHCPv
4
-over-DHCPv
6
support
#
This
enables
DHCPv
4
-over-DHCPv
6
support
"dhcp4o6-port"
:
6767
,
#
Required
by
DHCPv
4
-over-DHCPv
6
clients
#
Required
by
DHCPv
4
-over-DHCPv
6
clients
"option-data"
:
[
{
"name"
:
"dhcp4o6-server-addr"
,
"code"
:
88
,
"space"
:
"dhcp6"
,
"csv-format"
:
true
,
#
Put
the
server
address
here
#
Put
the
server
address
here
"data"
:
"2001:db8:1:1::1"
}
]
},
...
...
doc/examples/kea6/multiple-options.json
View file @
bc0c5fa3
...
...
@@ -49,7 +49,7 @@
{
"code"
:
12
,
"data"
:
"2001:db8:1:0:ff00::1"
}
,
}
],
"pools"
:
[
{
...
...
@@ -66,7 +66,7 @@
}
],
"subnet"
:
"2001:db8:1::/64"
,
"interface"
:
"ethX"
,
"interface"
:
"ethX"
}
]
},
...
...
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