Received: with ECARTIS (v1.0.0; list netdev); Fri, 27 Sep 2002 19:29:14 -0700 (PDT) Received: from sex.inr.ac.ru (sex.inr.ac.ru [193.233.7.165]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g8S2T8tG028896 for ; Fri, 27 Sep 2002 19:29:09 -0700 Received: (from kuznet@localhost) by sex.inr.ac.ru (8.6.13/ANK) id GAA02633; Sat, 28 Sep 2002 06:28:29 +0400 From: kuznet@ms2.inr.ac.ru Message-Id: <200209280228.GAA02633@sex.inr.ac.ru> Subject: Re: [PATCH] IPv6: Improvement of Source Address Selection To: davem@redhat.com (David S. Miller) Date: Sat, 28 Sep 2002 06:28:29 +0400 (MSD) Cc: yoshfuji@linux-ipv6.org, linux-kernel@vger.kernel.org, netdev@oss.sgi.com, usagi@linux-ipv6.org In-Reply-To: <20020927.182833.66704359.davem@redhat.com> from "David S. Miller" at Sep 27, 2 06:28:33 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 X-archive-position: 371 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: kuznet@ms2.inr.ac.ru Precedence: bulk X-list: netdev Hello! > Otherwise I have no problems with the patch, Alexey? I have... The implementation is bad. Source address must be retieved from route, not running this elephant function each packet. Alexey