From owner-freebsd-stable@FreeBSD.ORG Thu Feb 26 14:18:01 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 991E6106566B for ; Thu, 26 Feb 2009 14:18:01 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) by mx1.freebsd.org (Postfix) with ESMTP id 1012F8FC14 for ; Thu, 26 Feb 2009 14:18:00 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyxys.ka.sub.org [IPv6:2001:5c0:8521:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.14.2/8.14.2) with ESMTP id n1QDpm6C008226 for ; Thu, 26 Feb 2009 14:51:49 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.14.3/8.14.3) with ESMTP id n1QDpl04038892 for ; Thu, 26 Feb 2009 14:51:47 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.3/8.14.3/Submit) id n1QDpitc038891 for freebsd-stable@freebsd.org; Thu, 26 Feb 2009 14:51:44 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyxys.ka.sub.org: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Thu, 26 Feb 2009 14:51:43 +0100 From: Wolfgang Zenker To: FreeBSD stable Message-ID: <20090226135143.GA38688@lyxys.ka.sub.org> References: <20090226093219.R21334@ramstind.fig.ol.no> <20090226105039.L45052@ramstind.fig.ol.no> <20090226131701.F45052@ramstind.fig.ol.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090226131701.F45052@ramstind.fig.ol.no> User-Agent: Mutt/1.4.2.3i Organization: private site Subject: Re: What startup script is supposed to handle ipv6_defaultrouter="..."? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 14:18:01 -0000 Hi, * Trond Endrestøl [090226 13:19]: > Sorry about the noise. > Maybe I wasn't too patient, but I will swear that netstat -rnf inet6 > showed no default route even when it was supposed to. And yes, I did > reboot the system to verify my settings. > Again, my bad. I have the problem sometimes that the system tries to get IPv6 router advertisments before the interface is up. In this case it doesn't retry, at least not within the time frame I was patient enough to wait. In this case I usually call rtsol by hand to get the parameters. Wolfgang