mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master] Patch to ignore UIDS
This patch adds an option to allow the administrator to tell the server to ignore UIDS when choosing a lease.
This commit is contained in:
@@ -268,10 +268,9 @@ static struct option server_options[] = {
|
||||
#endif /* LDAP_CONFIGURATION */
|
||||
{ "dhcp-cache-threshold", "B", &server_universe, 78, 1 },
|
||||
{ "dont-use-fsync", "f", &server_universe, 79, 1 },
|
||||
|
||||
{ "ddns-local-address4", "I", &server_universe, 80, 1 },
|
||||
{ "ddns-local-address6", "6", &server_universe, 81, 1 },
|
||||
|
||||
{ "ignore-client-uids", "f", &server_universe, 82, 1 },
|
||||
{ NULL, NULL, NULL, 0, 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user