Masahide NAKAMURA <[EMAIL PROTECTED]> wrote: > > diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h > index 6b42cc4..7dff1c8 100644 > --- a/include/linux/xfrm.h > +++ b/include/linux/xfrm.h > @@ -178,6 +178,13 @@ struct xfrm_user_sec_ctx { > __u16 ctx_len; > }; > > +enum { > + XFRM_MODE_TRANSPORT = 0, > + XFRM_MODE_TUNNEL = 1, > + XFRM_MODE_ROUTEOPTIMIZATION = 2, > + XFRM_MODE_IN_TRIGGER = 3, > +}; > +
Please rebase your tree on something that's more recent. We've had xfrm modes for more than two months now. 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