]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4222] Correct v6 classificaiton examples to use client-id (1).
authorShawn Routhier <sar@isc.org>
Thu, 10 Dec 2015 03:27:57 +0000 (19:27 -0800)
committerShawn Routhier <sar@isc.org>
Thu, 10 Dec 2015 03:27:57 +0000 (19:27 -0800)
ChangeLog
doc/guide/classify.xml
doc/guide/dhcp6-srv.xml

index 5d6a08cb79b8a01644cb35aa29ec080b1efe2fae..2648c03466ce825023205a96957f7dc73272704c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+10XX.  [doc]           sar
+       Correct v6 classification examples to use client-id (1) instead
+       of server-id (2).
+       (Trac #4222, git TBD)
+
 Kea 1.0.0-beta released on December 8, 2015
 
 1067.  [doc]           sar
index 2fd21bb206d116a519da64385c2f03bcbe31b321..af825751416939767ecc63ae3923b18281ee6b49 100644 (file)
     "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",
     "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",
index 73710f324ea34aeaa63503b6dc2e25a6a6fdbcf0..e3d2e2e9ba15a3ff3ce46a85313a6ef50b07c28a 100644 (file)
@@ -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",