From: Shawn Routhier Date: Thu, 10 Dec 2015 03:27:57 +0000 (-0800) Subject: [trac4222] Correct v6 classificaiton examples to use client-id (1). X-Git-Tag: trac4242_base~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=591f209e988e6cf2272ea4040d040f23ddde0d4a;p=thirdparty%2Fkea.git [trac4222] Correct v6 classificaiton examples to use client-id (1). --- diff --git a/ChangeLog b/ChangeLog index 5d6a08cb79..2648c03466 100644 --- 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 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": [ { "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": [ { "name": "Client_enterprise", - "test": "substring(option[2].hex,0,6) == 0x0002AABBCCDD'", + "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'", "option-data": [ { "name": "dns-servers",