]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1589] Fixed some test entries
authorFrancis Dupont <fdupont@isc.org>
Fri, 4 Dec 2020 08:43:58 +0000 (09:43 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 23 Dec 2020 19:59:45 +0000 (20:59 +0100)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 92ba65753cd294a74cb3be9a3481edd21cb656b5..214c44bbc9812307d2fbaf498ce2daa17bb9047a 100644 (file)
@@ -2153,7 +2153,7 @@ classes use the option 43 for different and incompatible purposes:
        "client-classes": [
            {
                "name": "APC",
-               "test": "(option[vendor-class-identifier].text == 'APC'",
+               "test": "option[vendor-class-identifier].text == 'APC'",
                "option-def": [
                    {
                        "name": "vendor-encapsulated-options",
@@ -2176,7 +2176,7 @@ classes use the option 43 for different and incompatible purposes:
            },
            {
                "name": "PXE",
-               "test": "(option[vendor-class-identifier].text == 'PXE'",
+               "test": "option[vendor-class-identifier].text == 'PXE'",
                "option-def": [
                    {
                        "name": "vendor-encapsulated-options",
@@ -5009,7 +5009,7 @@ following example:
             },
             {
                 "name: "unreserved_class",
-                "test": "not member('reserved_class")
+                "test": "not member('reserved_class')"
             }
         ],
         "reservations": [{"
index 841099f08998326e5de2f6cb94555c2c5bcb1e89..efdb8310d7efdda95c36b6c4467d99dcbebf2751 100644 (file)
@@ -4448,7 +4448,7 @@ following example:
             },
             {
                 "name: "unreserved_class",
-                "test": "not member('reserved_class")
+                "test": "not member('reserved_class')"
             }
         ],
         "reservations": [{"