From: Ted Lemon Date: Sun, 8 Jun 1997 03:56:41 +0000 (+0000) Subject: Document new NAK behaviour X-Git-Tag: DHCP-970607~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d9c1fddd7223641274d17b7290316ce53741aab;p=thirdparty%2Fdhcp.git Document new NAK behaviour --- diff --git a/CHANGES b/CHANGES index 95e48214f..bb8e83e53 100644 --- 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.