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
ISC Open Source Projects
Kea
Commits
cf436219
Commit
cf436219
authored
Dec 15, 2016
by
Tomek Mrugalski
🛰
Browse files
[5072] Two small corrections in example configs.
parent
1b782cab
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/examples/kea4/classify.json
View file @
cf436219
...
...
@@ -55,7 +55,7 @@
{
"name"
:
"VoIP"
,
"test"
:
"substring(option[60].hex,0,6) == 'Aastra'"
}
,
}
],
...
...
doc/examples/kea4/dhcpv4-over-dhcpv6.json
View file @
cf436219
...
...
@@ -20,13 +20,13 @@
"subnet4"
:
[
{
"subnet"
:
"10.10.10.0/24"
,
#
Don't
forget
the
"4o6-"
before
"interface"
here!
#
Don't
forget
the
"4o6-"
before
"interface"
here!
"4o6-interface"
:
"eno33554984"
,
"4o6-subnet"
:
"2001:db8:1:1::/64"
,
"pools"
:
[
{
"pool"
:
"10.10.10.100 - 10.10.10.199"
}
]
}
],
#
This
enables
DHCPv
4
-over-DHCPv
6
support
#
This
enables
DHCPv
4
-over-DHCPv
6
support
"dhcp4o6-port"
:
6767
},
...
...
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