]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3295] Removed unused constant from DHCPv6 server code.
authorMarcin Siodelski <marcin@isc.org>
Mon, 20 Jan 2014 15:52:33 +0000 (16:52 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 20 Jan 2014 15:52:33 +0000 (16:52 +0100)
src/bin/dhcp6/dhcp6_srv.cc

index 9cf50a339d82d9a8fbe400ad9098b7c4cade7bd7..5e6e5bed5115b113c7704fbff19da2943ce08e7c 100644 (file)
@@ -104,9 +104,6 @@ namespace {
 // DHCPv6 Client FQDN Option sent by a client. They will be removed
 // when DDNS parameters for DHCPv6 are implemented with the ticket #3034.
 
-// Should server always include the FQDN option in its response, regardless
-// if it has been requested in ORO (Disabled).
-const bool FQDN_ALWAYS_INCLUDE = false;
 // Enable AAAA RR update delegation to the client (Disabled).
 const bool FQDN_ALLOW_CLIENT_UPDATE = false;
 // Globally enable updates (Enabled).