Michael Richardson <[EMAIL PROTECTED]> wrote: > diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h > index d50482b..27fd17e 100644 > --- a/include/linux/rtnetlink.h > +++ b/include/linux/rtnetlink.h > @@ -257,7 +257,7 @@ enum rtattr_type_t > RTA_PREFSRC, > RTA_METRICS, > RTA_MULTIPATH, > - RTA_PROTOINFO, > + RTA_PROTOINFO, /* also used for fwmark in iprule */ > RTA_FLOW, > RTA_CACHEINFO, > RTA_SESSION, > @@ -265,6 +265,8 @@ enum rtattr_type_t > __RTA_MAX > }; > > +#define RTA_FWMARK RTA_PROTOINFO
How about doing it inside the enum as RTA_FWMARK = RTA_PROTOINFO, 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