Received: by oss.sgi.com id ; Mon, 5 Feb 2001 02:28:34 -0800 Received: from gb.bnet.pl ([212.160.188.33]:41971 "HELO nic.nigdzie") by oss.sgi.com with SMTP id ; Mon, 5 Feb 2001 02:28:22 -0800 Received: (qmail 3651 invoked by uid 500); 5 Feb 2001 10:32:36 -0000 Date: Mon, 5 Feb 2001 11:32:36 +0100 From: Jacek Konieczny To: netdev@oss.sgi.com Subject: Re: [ANN] 2nd STABLE release of USAGI Project Message-ID: <20010205113236.B3612@nic.nigdzie> Mail-Followup-To: netdev@oss.sgi.com References: <20010205101710.B2754@nic.nigdzie> <20010205105822.A3443@nic.nigdzie> <87g0htsa7c.wl@chiriko.linux-ipv6.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87g0htsa7c.wl@chiriko.linux-ipv6.org>; from sekiya@sfc.wide.ad.jp on Mon, Feb 05, 2001 at 07:20:07PM +0900 Sender: owner-netdev@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;netdev-outgoing On Mon, Feb 05, 2001 at 07:20:07PM +0900, Yuji Sekiya wrote: > At Mon, 5 Feb 2001 10:58:22 +0100, > Jacek Konieczny wrote: > > > > > > + enabling default route when ipv6 forwarding is enabled, > > > > Is this really needed? It is a very good feature, that default route is > > > > not available when ipv6 forwarding (most of IPv6 address space should > > > > never be forwarded by a default route). > > > > > > For routers in default free zone, it is true. But how about routers in > > > leaf sites ? All router should have full routes ? > > No just a route for all unicast addresses: 2000::/3 (AFAIR) > > And (maybe) something similar for multicast (if no better multicast > > routing is available) > > Actually it means default route. I can't see why you announce or add > statically the route instead of default route. This is not the same as default route. Prefix 2000::/3 does not contain multicast nor link-local and site-local addresses. Only global unicast addresses. When using default route you should (but I am almost sure most people wouldn't do it) block those addresses by other means. There are a lot of IPv4 packages with "private network" addresses going through the Internet just because of badly configured routers -- all unknown packages go out the default route even if they are "non-routable". Greets, Jacek