From owner-cvs-all@FreeBSD.ORG Sat Sep 16 06:24:29 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 35E1D16A47E; Sat, 16 Sep 2006 06:24:29 +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 E2A9443D55; Sat, 16 Sep 2006 06:24: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 k8G6OS1H007419; Sat, 16 Sep 2006 06:24:28 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8G6OSOo007418; Sat, 16 Sep 2006 06:24:28 GMT (envelope-from jhay) Message-Id: <200609160624.k8G6OSOo007418@repoman.freebsd.org> From: John Hay Date: Sat, 16 Sep 2006 06:24:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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, 16 Sep 2006 06:24:29 -0000 jhay 2006-09-16 06:24:28 UTC FreeBSD src repository Modified files: sys/netinet6 nd6.c Log: Make it possible to add an IPv6 host route to a host directly connected. Use something like this: route add -inet6 -interface -llinfo This is usefull for wireless adhoc mesh networks. MFC after: 5 days Revision Changes Path 1.67 +2 -0 src/sys/netinet6/nd6.c