From: Marcin Siodelski Date: Tue, 23 Oct 2018 13:18:44 +0000 (+0200) Subject: [130-all-keys-sample] Removed non-supported parameter. X-Git-Tag: 65-libyang-clean-keatext_base~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79d1a126b8f42510755ac637bb95d61cdff0eef;p=thirdparty%2Fkea.git [130-all-keys-sample] Removed non-supported parameter. --- 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,