From: Kazunori MIYAZAWA <[EMAIL PROTECTED]>
Date: Tue, 04 Dec 2007 15:23:01 +0900

> Herbert Xu wrote:
> > I'd prefer to put this in XFRM_SPI_SKB_CB instead because the xfrm
> > layer shouldn't really rely on dst->ops structures except on entry
> > and exit, like this:
> > 
> > [IPSEC]: Use the correct family for input state lookup
> > 
> > When merging the input paths of IPsec I accidentally left a hard-coded
> > AF_INET for the state lookup call.  This broke IPv6 obviously.  This
> > patch fixes by getting the input callers to specify the family through
> > skb->cb.
> > 
> > Credit goes to Kazunori Miyazawa for diagnosing this and providing an
> > initial patch.
> > 
> > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>
> > 
> > Cheers,
> 
> It works fine.

Patch applied, thanks everyone.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to