2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +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

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