From c79d1a126b8f42510755ac637bb95d61cdff0eef Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 23 Oct 2018 15:18:44 +0200 Subject: [PATCH] [130-all-keys-sample] Removed non-supported parameter. --- doc/examples/kea4/all-keys.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index a5fa536752..8316bad335 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -103,12 +103,6 @@ // NCRs are sent to Kea D2 module to update DNS upon allocation of the // DHCP leases. "dhcp-ddns": { - // Boolean flag indicating if the Client FQDN option must be - // always included in DHCP responses. The default value is false - // indicating that Client FQDN option is only returned when - // requested. - "always-include-fqdn": false, - // Boolean flag indicating if Kea DHCPv4 server must generate NCRs. // By default NCRs are not generated. "enable-updates": false, -- 2.47.2