diff options
author | Shawn Routhier <sar@isc.org> | 2015-12-10 04:27:57 +0100 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2015-12-10 04:27:57 +0100 |
commit | 591f209e988e6cf2272ea4040d040f23ddde0d4a (patch) | |
tree | 6262b4a522778a1205cf8f9ca2cfc512900a4b3a /doc | |
parent | [master] Added timestamps (cf #4210) (diff) | |
download | kea-591f209e988e6cf2272ea4040d040f23ddde0d4a.tar.xz kea-591f209e988e6cf2272ea4040d040f23ddde0d4a.zip |
[trac4222] Correct v6 classificaiton examples to use client-id (1).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/classify.xml | 4 | ||||
-rw-r--r-- | doc/guide/dhcp6-srv.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/classify.xml b/doc/guide/classify.xml index 2fd21bb206..af82575141 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -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", diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 73710f324e..e3d2e2e9ba 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -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", |