]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document new NAK behaviour
authorTed Lemon <source@isc.org>
Sun, 8 Jun 1997 03:56:41 +0000 (03:56 +0000)
committerTed Lemon <source@isc.org>
Sun, 8 Jun 1997 03:56:41 +0000 (03:56 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 95e48214fe64c7b2e08870c03c7258f47eb2d200..bb8e83e53c44995cc320c1e32e9237a66d1fadf4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
 - When parsing a lease database, correctly transfer the client
   hostname and hostname to the memory-resident lease structure.
 
+- 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.
+
 970605
 
 - Add client-hostname token to lexer so that the parser can use it.