Date: | Wed, 17 Apr 2002 16:16:23 -0700 (PDT) |
From: | Brian Wellington <Brian.Wellington@nominum.com> |
To: | dhcp-bugs@isc.org |
Subject: | feature: dhclient should log the offered address |
When dhclient gets a DHCPOFFER, it logs a message containing the source of
the offer - that is, a message like:
Apr 17 12:16:51 spratly dhclient: DHCPOFFER from 128.177.195.190
It would be nice if this message also contained the offer itself, such as:
Apr 17 12:16:51 spratly dhclient: DHCPOFFER of 128.177.195.135 from 128.177.195.190
or something like that. This would help when trying to determine when/why
a client gets the wrong lease.
Brian