From owner-cvs-all Sat Mar 9 23:21:27 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 222AE37B400; Sat, 9 Mar 2002 23:21:25 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2A7LP680888; Sat, 9 Mar 2002 23:21:25 -0800 (PST) (envelope-from ume) Message-Id: <200203100721.g2A7LP680888@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 9 Mar 2002 23:21:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 nd6.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 ume 2002/03/09 23:21:25 PST Modified files: (Branch: RELENG_4) sys/netinet6 nd6.c Log: MFC 1.15: - In nd6_rtrequest(), ignored a route when it is created by cloning and is not a neighbor. see comments for the detailed reason. - Rejected the process of nd6_rtrequest() when the request is RESOLVE and the interface does not need neighbor caches. Revision Changes Path 1.2.2.11 +21 -0 src/sys/netinet6/nd6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message