From owner-cvs-all Wed Jan 17 22: 8:13 2001 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 5084B37B402; Wed, 17 Jan 2001 22:07:56 -0800 (PST) Received: (from itojun@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0I67u470899; Wed, 17 Jan 2001 22:07:56 -0800 (PST) (envelope-from itojun) Message-Id: <200101180607.f0I67u470899@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Wed, 17 Jan 2001 22:07:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2001/01/17 22:07:56 PST Modified files: sys/netinet6 in6.c Log: workaround; be sure to initialize nd6 interface information when IPv6 interface address gets added. this will avoid presenting EMSGSIZE when outgoing interface is down (and never brought up). sync with kame. Revision Changes Path 1.11 +9 -1 src/sys/netinet6/in6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message