mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
[master] Replaced SERVER_ID_CHECK compile switch with runtime config parameter
Merges in rt37551.
This commit is contained in:
@@ -740,6 +740,7 @@ struct lease_state {
|
||||
#define SV_LOG_THRESHOLD_LOW 83
|
||||
#define SV_LOG_THRESHOLD_HIGH 84
|
||||
#define SV_ECHO_CLIENT_ID 85
|
||||
#define SV_SERVER_ID_CHECK 86
|
||||
|
||||
#if !defined (DEFAULT_PING_TIMEOUT)
|
||||
# define DEFAULT_PING_TIMEOUT 1
|
||||
@@ -1950,6 +1951,7 @@ extern struct timeval cur_tv;
|
||||
|
||||
extern int ddns_update_style;
|
||||
extern int dont_use_fsync;
|
||||
extern int server_id_check;
|
||||
|
||||
extern const char *path_dhcpd_conf;
|
||||
extern const char *path_dhcpd_db;
|
||||
|
Reference in New Issue
Block a user