Joakim Koskela <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Here's an updated version of the patch adding support for ipv4/ipv6
> interfamily addressing for the ipsec BEET (Bound End-to-End Tunnel)
> mode, as specified by the ietf draft found at:
> 
> http://www.ietf.org/internet-drafts/draft-nikander-esp-beet-mode-07.txt
> 
> The previous implementation required that both address pairs in the SA
> were of the same family. This patch enables mixing ipv4 and ipv6
> addresses. All combinations (4-4, 4-6, 6-4, 6-6) have been tested.
> 
> The generic interfamily fixes have been chopped off from this into
> separate patches.

Please hold onto this.  I've got a more generic version of this
that doesn't duplicate the inter-family logic between BEET mode
and tunnel mode.

Instead I've created a generic function that reads info from the
inner header and puts them in an address-neutral format which is
then picked up by either BEET or tunnel mode.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to