[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1328644993.2457.2.camel@edumazet-laptop>
Date: Tue, 07 Feb 2012 21:03:13 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: "Erich E. Hoover" <ehoover@...es.edu>
Cc: Linux Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH v5 2/2] Implement IPV6_UNICAST_IF socket option.
Le mardi 07 février 2012 à 12:44 -0700, Erich E. Hoover a écrit :
> The IPV6_UNICAST_IF feature is the IPv6 compliment to IP_UNICAST_IF.
>
> Signed-off-by: Erich E. Hoover <ehoover@...es.edu>
> ---
> include/linux/in6.h | 1 +
> include/linux/ipv6.h | 1 +
> net/ipv6/icmp.c | 4 ++++
> net/ipv6/ipv6_sockglue.c | 34 ++++++++++++++++++++++++++++++++++
> net/ipv6/raw.c | 2 ++
> net/ipv6/udp.c | 3 ++-
> 6 files changed, 44 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/in6.h b/include/linux/in6.h
> index 097a34b..a67d76e 100644
> --- a/include/linux/in6.h
> +++ b/include/linux/in6.h
> @@ -163,6 +163,7 @@ struct in6_flowlabel_req {
> #define IPV6_NEXTHOP 9
> #define IPV6_AUTHHDR 10 /* obsolete */
> #define IPV6_FLOWINFO 11
> +#define IPV6_UNICAST_IF 12
>
Hmm, last entry is :
#define IPV6_TRANSPARENT 75
So 76 for your new option would be better
--
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