From: Eric Dumazet <eric.dumazet@gmail.com>
To: "Erich E. Hoover" <ehoover@mines.edu>
Cc: Linux Netdev <netdev@vger.kernel.org>
Subject: Re: [PATCH v5 2/2] Implement IPV6_UNICAST_IF socket option.
Date: Tue, 07 Feb 2012 21:03:13 +0100 [thread overview]
Message-ID: <1328644993.2457.2.camel@edumazet-laptop> (raw)
In-Reply-To: <1328643863-10404-2-git-send-email-ehoover@mines.edu>
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@mines.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
prev parent reply other threads:[~2012-02-07 20:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-07 19:44 [PATCH v5 2/2] Implement IPV6_UNICAST_IF socket option Erich E. Hoover
2012-02-07 20:03 ` Eric Dumazet [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1328644993.2457.2.camel@edumazet-laptop \
--to=eric.dumazet@gmail.com \
--cc=ehoover@mines.edu \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox