diff options
author | Shawn Routhier <sar@isc.org> | 2013-12-13 12:40:45 -0800 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2013-12-13 12:40:45 -0800 |
commit | 38ee81bd800bf5e59815e31d5cafff0d45a81bf1 (patch) | |
tree | f28ff155e895f5a299d703e247dc0b0ef6892744 /includes/dhcpd.h | |
parent | 61ef216b8dc05bc4245b61eee812038757d12ffe (diff) | |
download | isc-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 'includes/dhcpd.h')
-rw-r--r-- | includes/dhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 32c2a89a..ed86ed44 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -735,6 +735,7 @@ struct lease_state { #define SV_DONT_USE_FSYNC 79 #define SV_DDNS_LOCAL_ADDRESS4 80 #define SV_DDNS_LOCAL_ADDRESS6 81 +#define SV_IGNORE_CLIENT_UIDS 82 #if !defined (DEFAULT_PING_TIMEOUT) # define DEFAULT_PING_TIMEOUT 1 |