From: Francis Dupont Date: Mon, 28 Sep 2020 23:10:18 +0000 (+0200) Subject: [#1423] Complete authoritative X-Git-Tag: Kea-1.9.1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29face7b1879ec68acde7d556467d6bdbcc666a6;p=thirdparty%2Fkea.git [#1423] Complete authoritative --- diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 36eec656bf..719d823730 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -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. @@ -593,6 +595,9 @@ // networks group subnets together. "shared-networks": [ { + // Shared network level authoritative flag. + "authoritative": false, + // Shared network level bootfile name. "boot-file-name": "/dev/null", @@ -703,6 +708,9 @@ // 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": "",