summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-06-08 03:55:58 +0000
committerTed Lemon <source@isc.org>1997-06-08 03:55:58 +0000
commitfa97acc108b8cd7a00b9b692991d5f6fb608630e (patch)
tree6ec9582fc24d7f5739d1a349508944ea66b6cbe7 /CHANGES
parent756c9895825e3f7c5f696b8b77f07954092430f9 (diff)
downloadisc-dhcp-fa97acc108b8cd7a00b9b692991d5f6fb608630e.tar.gz
If the lease we want to give the client is different than the one it's asking for, and we recognize the one it's asking for as ours, NAK it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cff17ea9..95e48214 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
- Always write out two digits for single-byte quantities in arrays.
+- When parsing a lease database, correctly transfer the client
+ hostname and hostname to the memory-resident lease structure.
+
970605
- Add client-hostname token to lexer so that the parser can use it.