In article <[EMAIL PROTECTED]> (at Fri, 25 May 2007 15:32:20 +1000), Herbert Xu <[EMAIL PROTECTED]> says:
> 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? No, because they are of enums. --yoshfuji - 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