]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1423] Complete authoritative
authorFrancis Dupont <fdupont@isc.org>
Mon, 28 Sep 2020 23:10:18 +0000 (01:10 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 19 Oct 2020 21:20:25 +0000 (23:20 +0200)
doc/examples/kea4/all-keys.json

index 36eec656bf6e464f3a64e70518b6406eae886af4..719d82373001e3bfbddea45841e4714de14d643d 100644 (file)
@@ -11,7 +11,9 @@
 {
     // Kea DHCPv4 server configuration begins here.
     "Dhcp4": {
-        // TODO (here and other levels).
+
+        // Global authoritative flag to handle requests by clients for
+        // unknown IP addresses (ignore if disabled, NAK if enabled).
         "authoritative": false,
 
         // Global bootfile name to be set in the 'file' field.
         // networks group subnets together.
         "shared-networks": [
             {
+                // Shared network level authoritative flag.
+                "authoritative": false,
+
                 // Shared network level bootfile name.
                 "boot-file-name": "/dev/null",
 
                         // Prefix matched against source address. See RFC7341.
                         "4o6-subnet": "2001:db8:1:1::/64",
 
+                        // Subnet level authoritative flag.
+                        "authoritative": true,
+
                         // Subnet level bootfile name, set in 'file' field.
                         "boot-file-name": "",