diff options
author | Ted Lemon <source@isc.org> | 1997-06-08 03:55:58 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1997-06-08 03:55:58 +0000 |
commit | fa97acc108b8cd7a00b9b692991d5f6fb608630e (patch) | |
tree | 6ec9582fc24d7f5739d1a349508944ea66b6cbe7 /CHANGES | |
parent | 756c9895825e3f7c5f696b8b77f07954092430f9 (diff) | |
download | isc-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |