From owner-cvs-src-old@FreeBSD.ORG Fri Aug 6 08:21:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D112106567C for ; Fri, 6 Aug 2010 08:21:18 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A9388FC1C for ; Fri, 6 Aug 2010 08:21:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o768LIZ9043928 for ; Fri, 6 Aug 2010 08:21:18 GMT (envelope-from brian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o768LICE043927 for cvs-src-old@freebsd.org; Fri, 6 Aug 2010 08:21:18 GMT (envelope-from brian@repoman.freebsd.org) Message-Id: <201008060821.o768LICE043927@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brian@repoman.freebsd.org using -f From: Brian Somers Date: Fri, 6 Aug 2010 08:21:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sbin/dhclient dhclient.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2010 08:21:18 -0000 brian 2010-08-06 08:21:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/dhclient dhclient.c Log: SVN rev 210916 on 2010-08-06 08:21:03Z by brian MFC r209756: Log dhclient's reason for exiting and change the 10 second ignore-routing-messages dhclient-script timeout to be effective from script completion rather than from script start time. Ignore RTM_DELADDR and RTM_NEWADDR messages when the message contains no interface address (which should not happen) rather than exiting. Revision Changes Path 1.21.2.5 +30 -16 src/sbin/dhclient/dhclient.c