From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: IPSec: IPv6 random failures Date: Thu, 22 May 2003 15:54:08 -0700 (PDT) Sender: netdev-bounce@oss.sgi.com Message-ID: <20030522.155408.85396915.davem@redhat.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com, kuznet@ms2.inr.ac.ru Return-path: To: toml@us.ibm.com In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org From: "Tom Lendacky" Date: Thu, 22 May 2003 13:15:58 -0500 It would seem that the flowi structure should use the actual IPv6 addresses instead of pointers to them, like the IPv4 section does. Feedback? Yes, precisely, thanks for spotting this. I introduced this bug when I split out the policy flow cache into a generic spot. I'll see how much work it is to change all of ipv6 to store addresses directly into the flowi's instead of via pointers.