From owner-cvs-all Wed Feb 27 4:12:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5313137B417; Wed, 27 Feb 2002 04:12:26 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RCCQm41640; Wed, 27 Feb 2002 04:12:26 -0800 (PST) (envelope-from brian) Message-Id: <200202271212.g1RCCQm41640@freefall.freebsd.org> From: Brian Somers Date: Wed, 27 Feb 2002 04:12:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/02/27 04:12:26 PST Modified files: (Branch: RELENG_4) sys/netinet in.c Log: MFC: During SIOCAIFADDR, if in_ifinit() fails and we've already added an interface address, blow the address away again before returning the error. In in_ifinit(), if we get an error from rtinit() and we've also got a destination address, return the error rather than masking EEXISTS. Failing to create a host route when configuring an interface is now treated as an error. Requested by: nsayer Made possible by: joerg Revision Changes Path 1.44.2.8 +39 -24 src/sys/netinet/in.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message