]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#644,!370] Manual apply of 26b04d2d2d2a88be6abc5879a2fb48e05f0003fd
authorTomek Mrugalski <tomasz@isc.org>
Thu, 18 Jul 2019 10:42:19 +0000 (12:42 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 30 Jul 2019 08:45:13 +0000 (10:45 +0200)
doc/sphinx/arm/classify.rst
doc/sphinx/arm/dhcp6-srv.rst

index 244a037e9bb304708403a88bdf58570b1ed6ba58..806fa0922fce53245d88048d6a48899b78060558 100644 (file)
@@ -603,7 +603,7 @@ hex string (which would indicate a DUID based on an enterprise id of
        "client-classes": [
            {
                "name": "Client_enterprise",
-               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
+               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
                "option-data": [
                    {
                        "name": "dns-servers",
@@ -684,7 +684,7 @@ configuration will restrict use of the addresses 2001:db8:1::1 to
        "client-classes": [
            {
                "name": "Client_enterprise",
-               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
+               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
                "option-data": [
                    {
                        "name": "dns-servers",
@@ -767,7 +767,7 @@ configuration will restrict use of the addresses 2001:db8:1::1 to
        "client-classes": [
            {
                "name": "Client_enterprise_",
-               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
+               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
                "option-data": [
                    {
                        "name": "dns-servers",
index 4ad3c9d2505e2d74bd63b34c0c2c9be1cba14b0d..b9d3472b04475c7f1424fa64036702732326af75 100644 (file)
@@ -1025,7 +1025,7 @@ it is intended to be used on a link through which the delegating router
 exchanges DHCPv6 messages with the requesting router. The configuration
 example below demonstrates how to specify an excluded prefix within a
 prefix pool definition. The excluded prefix
-"2001:db8:1:babe:cafe:80::/72" will be sent to a requesting router which
+"2001:db8:1:8000:cafe:80::/72" will be sent to a requesting router which
 includes the Prefix Exclude option in the Option Request option (ORO),
 and which is delegated a prefix from this pool.
 
@@ -1040,7 +1040,7 @@ and which is delegated a prefix from this pool.
                        "prefix": "2001:db8:1:8000::",
                        "prefix-len": 48,
                        "delegated-len": 64,
-                       "excluded-prefix": "2001:db8:1:babe:cafe:80::",
+                       "excluded-prefix": "2001:db8:1:8000:cafe:80::",
                        "excluded-prefix-len": 72
                    }
                ]
@@ -2354,7 +2354,7 @@ servers set to 2001:db8:0::1 and 2001:db8:2::1.
        "client-classes": [
            {
                "name": "Client_enterprise",
-               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
+               "test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
                "option-data": [
                    {
                        "name": "dns-servers",