On Fri, May 25, 2007 at 01:23:23PM +0900, [EMAIL PROTECTED] wrote: > > diff --git a/include/net/xfrm.h b/include/net/xfrm.h > index 1e53520..c9f895f 100644 > --- a/include/net/xfrm.h > +++ b/include/net/xfrm.h > @@ -19,9 +19,19 @@ > #include <net/ipv6.h> > #include <net/ip6_fib.h> > > +#define XFRM_PROTO_ESP 50 > +#define XFRM_PROTO_AH 51 > +#define XFRM_PROTO_COMP 108 > +#define XFRM_PROTO_IPIP 4 > +#define XFRM_PROTO_IPV6 41 > +#define XFRM_PROTO_ROUTING IPPROTO_ROUTING > +#define XFRM_PROTO_DSTOPTS IPPROTO_DSTOPTS
Could we use the existing IPPROTO_* values for all of these? Otherwise this looks pretty good. Thanks, -- 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