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
69dd98d0
Commit
69dd98d0
authored
Dec 14, 2015
by
Shawn Routhier
Browse files
[master] Correct v6 classification examples to use the correct option tag
parents
afcbbda7
591f209e
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
69dd98d0
10XX. [doc] sar
Correct v6 classification examples to use client-id (1) instead
of server-id (2).
(Trac #4222, git TBD)
1069. [bug] tomek
Improved handling of incoming packets with invalid client-id
and DUID.
...
...
doc/guide/classify.xml
View file @
69dd98d0
...
...
@@ -298,7 +298,7 @@
"client-classes": [
<userinput>
{
"name": "Client_enterprise",
"test": "substring(option[
2
].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[
1
].hex,0,6) == 0x0002AABBCCDD'",
"option-data": [
{
"name": "dns-servers",
...
...
@@ -371,7 +371,7 @@
"client-classes": [
{
"name": "Client_enterprise",
"test": "substring(option[
2
].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[
1
].hex,0,6) == 0x0002AABBCCDD'",
"option-data": [
{
"name": "dns-servers",
...
...
doc/guide/dhcp6-srv.xml
View file @
69dd98d0
...
...
@@ -1692,7 +1692,7 @@ should include options from the isc option space:
"client-classes": [
{
<userinput>
"name": "Client_enterprise",
"test": "substring(option[
2
].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[
1
].hex,0,6) == 0x0002AABBCCDD'",
"option-data": [
{
"name": "dns-servers",
...
...
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