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:
@@ -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
|
||||
|
Reference in New Issue
Block a user