summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2013-12-13 12:40:45 -0800
committerShawn Routhier <sar@isc.org>2013-12-13 12:40:45 -0800
commit38ee81bd800bf5e59815e31d5cafff0d45a81bf1 (patch)
treef28ff155e895f5a299d703e247dc0b0ef6892744 /server/stables.c
parent61ef216b8dc05bc4245b61eee812038757d12ffe (diff)
downloadisc-dhcp-38ee81bd800bf5e59815e31d5cafff0d45a81bf1.tar.gz
[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.
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/stables.c b/server/stables.c
index bac6f8dc..398f2e1c 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -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 }
};