Return-Path: Delivered-To: dhcp-bugs@pub3.rc.vix.com Received: from isrv4.isc.org (isrv4.isc.org [204.152.184.27]) by pub3.rc.vix.com (Postfix) with ESMTP id 826873E15 for ; Wed, 17 Apr 2002 16:15:57 -0700 (PDT) Received: from spratly.nominum.com (spratly.wl.nominum.com [128.177.195.135]) by isrv4.isc.org (Postfix) with ESMTP id 9CFB2101A for ; Wed, 17 Apr 2002 16:16:23 -0700 (PDT) (envelope-from Brian.Wellington@nominum.com) Received: from localhost (bwelling@localhost) by spratly.nominum.com (8.11.6/8.11.6) with ESMTP id g3HNGNc11472 for ; Wed, 17 Apr 2002 16:16:23 -0700 X-Authentication-Warning: spratly.nominum.com: bwelling owned process doing -bs Date: Wed, 17 Apr 2002 16:16:23 -0700 (PDT) From: Brian Wellington X-X-Sender: bwelling@spratly.nominum.com To: dhcp-bugs@isc.org Subject: feature: dhclient should log the offered address Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-RT-Original-Encoding: us-ascii Content-Length: 456 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