From: Michael Tokarev <[EMAIL PROTECTED]>
Date: Fri, 11 Aug 2006 11:02:43 +0400
> Patrick McHardy wrote:
> > --- a/include/linux/rtnetlink.h
> > +++ b/include/linux/rtnetlink.h
>
> > +static inline u32 rtm_get_table(struct rtattr **rta, u8 table)
> > +{
> > + return RTA_GET_U32(rta[RTA_TABLE-1]);
> > +rtattr_failure:
> > + return table;
> > +}
> > +
>
> What's that ? ;)
The RTA_GET_U32 macro internally branches to rtattr_failure.
-
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