Date: Sun, 1 Oct 2006 09:31:58 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: John Hay <jhay@meraka.org.za> Cc: freebsd-stable@freebsd.org Subject: Re: Disappearing IPv6 default route Message-ID: <20061001093100.O91466@godot.imp.ch> In-Reply-To: <20060930203522.GA69912@zibbi.meraka.csir.co.za> References: <451EC677.6000404@infracaninophile.co.uk> <20060930203522.GA69912@zibbi.meraka.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Will you MFC before Beta 2 ? Martin > - } else if (req == RTM_ADD && SDL(gate)->sdl_alen == 0) { > + } else if (req == RTM_ADD && SDL(gate)->sdl_alen == 0 && > + (rt->rt_flags & RTF_HOST) != 0) { > ln->ln_state = ND6_LLINFO_INCOMPLETE;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061001093100.O91466>