Date: Wed, 27 Feb 2002 04:12:26 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.c Message-ID: <200202271212.g1RCCQm41640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202271212.g1RCCQm41640>