2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-05 00:35:41 +00:00

A new server config option "fqdn-reply" specifies whether the server

should send out option 81 (FQDN).  Defaults to "on".  If set to "off",
the FQDN option is not sent, even if the client requested it.  This is
needed because some clients misbehave otherwise. [rt16624]
This commit is contained in:
Evan Hunt
2007-04-27 22:48:00 +00:00
parent a58da042f5
commit 1ba87b376b
4 changed files with 26 additions and 3 deletions

View File

@@ -552,6 +552,7 @@ struct lease_state {
#define SV_LEASEQUERY 49
#define SV_ADAPTIVE_LEASE_TIME_THRESHOLD 50
#define SV_DO_REVERSE_UPDATES 51
#define SV_FQDN_REPLY 52
#if !defined (DEFAULT_PING_TIMEOUT)
# define DEFAULT_PING_TIMEOUT 1