Herbert Xu wrote: > On Wed, Feb 22, 2006 at 07:36:00AM +1100, herbert wrote: > >>Good point. I had forgotten that we still haven't moved the bundles into >>the flow cache yet. > > > OK that was still broken for forwarded packets since we don't actually > put the tos into the flow when we decode the packet for xfrm. So here > is the final patch which has been tested successfully. > > [IPSEC]: Use TOS when doing tunnel lookups > > We should use the TOS because it's one of the routing keys. It also > means that we update the correct routing cache entry when PMTU occurs. > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> > > BTW, we really should move these bundles into the flow cache. Do you > have any plans on doing that Patrick?
Yes, but we first need the xfrm resolution because we can currently sleep while creating a bundle (which would then happen in the flow cache resolver function) and this is not allowed. - 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