2
0
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:
Thomas Markwalder
2014-12-08 14:56:40 -05:00
parent 2731a82c83
commit 7116a34fc9
7 changed files with 73 additions and 40 deletions

View File

@@ -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;