On Wed, 14 Mar 2007 13:32:28 +0100
Patrick McHardy <[EMAIL PROTECTED]> wrote:

> Arkadiusz Miskiewicz wrote:
> > Hm, why no RTA_FWMASK in HEAD rtnetlink.h
> > 
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=include/linux/rtnetlink.h;h=4a629ea70cc4ca60a6f486f8653974af68dbe8cd;hb=HEAD
> > 
> > and 2.6.19
> > 
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=include/linux/rtnetlink.h;h=3a18addaed4ccb7436bffc9cf5fd0666f145d35c;hb=0215ffb08ce99e2bb59eca114a99499a4d06e704
> > 
> > ?
> 
> Its in include/linux/fib_rules.h:
> 
> enum
> {
> ...
>         FRA_FWMASK,     /* mask for netfilter mark */
> 
>         __FRA_MAX
> };
> 
> RTA_* attributes aren't used for routing rules anymore inside
> the kernel.

But we need to keep them in iproute2 for back compatibility?

-- 
Stephen Hemminger <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to