From owner-cvs-all@FreeBSD.ORG Sat Oct 7 18:31:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 8EE5816A500; Sat, 7 Oct 2006 18:31:28 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300F743D55; Sat, 7 Oct 2006 18:31:28 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k97IVSrH003405; Sat, 7 Oct 2006 18:31:28 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k97IVSTT003404; Sat, 7 Oct 2006 18:31:28 GMT (envelope-from jhay) Message-Id: <200610071831.k97IVSTT003404@repoman.freebsd.org> From: John Hay Date: Sat, 7 Oct 2006 18:31:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Oct 2006 18:31:28 -0000 jhay 2006-10-07 18:31:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 nd6.c Log: MFC: 1.70 Hopefully the last tweak in trying to make it possible to add ipv6 direct host routes without side effects. Submitted by: JINMEI Tatuya Approved by: re (kensmith) Revision Changes Path 1.48.2.15 +1 -3 src/sys/netinet6/nd6.c