[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B142941.2020302@gmail.com>
Date: Mon, 30 Nov 2009 21:21:21 +0100
From: Jarek Poplawski <jarkao2@...il.com>
To: Patrick McHardy <kaber@...sh.net>
CC: netdev@...r.kernel.org
Subject: Re: net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAME
Patrick McHardy wrote, On 11/30/2009 06:55 PM:
> commit dc4427ae3647195508b4df883050a9f0ef111165
> Author: Patrick McHardy <kaber@...sh.net>
> Date: Mon Nov 30 15:54:05 2009 +0100
>
> net: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAME
>
> The next patch will add oif classification, rename interface related members
> and attributes to reflect that they're used for iif classification.
>
> Signed-off-by: Patrick McHardy <kaber@...sh.net>
>
> diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h
> index c7e5b70..e3c91af 100644
> --- a/include/linux/fib_rules.h
> +++ b/include/linux/fib_rules.h
> @@ -8,7 +8,8 @@
> #define FIB_RULE_PERMANENT 0x00000001
> #define FIB_RULE_INVERT 0x00000002
> #define FIB_RULE_UNRESOLVED 0x00000004
> -#define FIB_RULE_DEV_DETACHED 0x00000008
> +#define FIB_RULE_IIF_DETACHED 0x00000008
> +#define FIB_RULE_DEV_DETACHED FIB_RULE_DEV_DETACHED
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Is it some trick?
Jarek P.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists