lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 19 Oct 2007 21:09:05 +0800 From: Herbert Xu <herbert@...dor.apana.org.au> To: Joakim Koskela <joakim.koskela@...t.fi> Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Patrick McHardy <kaber@...sh.net> Subject: Re: [PATCH] netdev: Reset ipv4 flags during bundle creation on interfamily ipsec On Fri, Oct 19, 2007 at 02:40:16PM +0300, Joakim Koskela wrote: > This patch resets the ipv4-related flags in the new flow as their > content will otherwise depend on the bits of the ipv6 addresses the > struct was previously used for. For example, fl4_tos might have > RTO_ONLINK set, which usually prevents the right route from being > found. > > This bit was chopped off the larger patch dealing with the problems > related to creating the bundles for inter-family tranformations. This changes behaviour. Previously the same TOS value would be used all the way through. With this it won't apply to the first tunnel and every SA after it. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists