mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
- A new server config option, 'do-reverse-updates', has been added
which causes the server to abstain from performing updates on PTR records. Thanks to a patch from Christof Chen at Allianz. [ISC-Bugs #16781]
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Definitions for dhcpd... */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004-2005 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
@@ -545,6 +545,7 @@ struct lease_state {
|
||||
#define SV_DDNS_CONFLICT_DETECT 48
|
||||
#define SV_LEASEQUERY 49
|
||||
#define SV_ADAPTIVE_LEASE_TIME_THRESHOLD 50
|
||||
#define SV_DO_REVERSE_UPDATES 51
|
||||
|
||||
#if !defined (DEFAULT_PING_TIMEOUT)
|
||||
# define DEFAULT_PING_TIMEOUT 1
|
||||
|
Reference in New Issue
Block a user