From: Ted Lemon Date: Sun, 8 Jun 1997 04:00:06 +0000 (+0000) Subject: Document new DHCPRELEASE/DHCPNAK behaviour X-Git-Tag: DHCP-970607~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9868534313ee8fac600a1c29270f70818cfc2f74;p=thirdparty%2Fdhcp.git Document new DHCPRELEASE/DHCPNAK behaviour --- diff --git a/CHANGES b/CHANGES index bb8e83e53..6973d7c79 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,10 @@ one it's asking for, and we recognize the one it's asking for as ours, NAK it. +- Only accept a DHCPRELEASE or DHCPNAK if the client supplies an IP + address and the lease corresponding to that address is available to + that client. + 970605 - Add client-hostname token to lexer so that the parser can use it.