summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2014-12-08 14:56:40 -0500
committerThomas Markwalder <tmark@isc.org>2014-12-08 14:56:40 -0500
commit7116a34fc9b1fb307bcdca22e6963254289ecb80 (patch)
treef468426e1f01f8b71f50823e6cf7f6500a8a1b86 /server/stables.c
parent2731a82c8369439178f0e1cc7de58f30f0fe8897 (diff)
downloadisc-dhcp-7116a34fc9b1fb307bcdca22e6963254289ecb80.tar.gz
[master] Replaced SERVER_ID_CHECK compile switch with runtime config parameter
Merges in rt37551.
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/stables.c b/server/stables.c
index ef3d74c3..43688351 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -268,6 +268,7 @@ static struct option server_options[] = {
{ "log-threshold-low", "B", &server_universe, 83, 1 },
{ "log-threshold-high", "B", &server_universe, 84, 1 },
{ "echo-client-id", "f", &server_universe, SV_ECHO_CLIENT_ID, 1 },
+ { "server-id-check", "f", &server_universe, SV_SERVER_ID_CHECK, 1 },
{ NULL, NULL, NULL, 0, 0 }
};