From owner-cvs-all@FreeBSD.ORG Sat Dec 25 22:55:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9430116A4CE; Sat, 25 Dec 2004 22:55:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B3F343D1D; Sat, 25 Dec 2004 22:55:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBPMtZu5071905; Sat, 25 Dec 2004 22:55:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBPMtZoR071904; Sat, 25 Dec 2004 22:55:35 GMT (envelope-from rwatson) Message-Id: <200412252255.iBPMtZoR071904@repoman.freebsd.org> From: Robert Watson Date: Sat, 25 Dec 2004 22:55:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 22:55:35 -0000 rwatson 2004-12-25 22:55:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet if_ether.c Log: Merge if_ether.c:1.130 from HEAD to RELENG_5: date: 2004/10/12 17:10:40; author: rwatson; state: Exp; lines: +7 -1 Modify the thrilling "%D is using my IP address %s!" message so that it isn't printed if the IP address in question is '0.0.0.0', which is used by nodes performing DHCP lookup, and so constitute a false positive as a report of misconfiguration. Revision Changes Path 1.128.2.4 +7 -1 src/sys/netinet/if_ether.c