Re: [PATCH 8/24] [IPSEC]: Make sure idev is consistent with dev in xfrm_dst

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:24 +0800 > [IPSEC]: Make sure idev is consistent with dev in xfrm_dst > > Previously we took the device from the bottom route and idev from the top > route. This is bad because idev may well point to a different device. > This pat

[PATCH 8/24] [IPSEC]: Make sure idev is consistent with dev in xfrm_dst

2007-11-07 Thread Herbert Xu
[IPSEC]: Make sure idev is consistent with dev in xfrm_dst Previously we took the device from the bottom route and idev from the top route. This is bad because idev may well point to a different device. This patch changes it so that we get the idev from the device directly. It also makes it an e