From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: IPv6 destination cache in Linux kernel Date: Mon, 04 Jul 2011 17:46:19 -0700 (PDT) Message-ID: <20110704.174619.1196575558517508080.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: mparemm@gmail.com Return-path: Received: from shards.monkeyblade.net ([198.137.202.13]:60373 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752972Ab1GEAq0 (ORCPT ); Mon, 4 Jul 2011 20:46:26 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Mikhail Paremski Date: Mon, 4 Jul 2011 17:35:04 -0700 > 1. What are the reasons to rout datagrams differently fromIPv4? It was just a design decision made when the ipv6 routing code was implemented. > 2. Where I could get details how IPv6 stack routes datagrams? By reading the source code.