]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4070] Added a bootfile-param example (from a Lunix doc)
authorFrancis Dupont <fdupont@isc.org>
Tue, 18 Apr 2017 05:11:37 +0000 (07:11 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 18 Apr 2017 05:11:37 +0000 (07:11 +0200)
doc/examples/kea6/multiple-options.json

index 3ee58ef0de9decda5b7dfdfd65d99dc4120fba08..6080ef15e44b6bc3bd733fab5a51348c54de60eb 100644 (file)
             // only so for instance '\x' is translated into '\x'. But
             // as it works on a JSON string value each of these '\'
             // characters must be doubled on JSON input.
+        },
+        {
+            // A few options are encoded in (length, string) tuples
+           // which can be defined using only strings as the CSV
+           // processing computes lengths.
+            "name": "bootfile-param",
+            "data": "root=/dev/sda2, quiet, splash"
         }
       ],
       "pools": [