netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: yoshfuji@linux-ipv6.org
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 3.10-rc] ipv6: Process unicast packet with Router Alert by checking flag in skb.
Date: Tue, 25 Jun 2013 14:47:43 -0700 (PDT)	[thread overview]
Message-ID: <20130625.144743.33061613678996547.davem@davemloft.net> (raw)
In-Reply-To: <51C50839.7070804@linux-ipv6.org>

From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Date: Sat, 22 Jun 2013 11:13:13 +0900

> Router Alert option is marked in skb.
> Previously, IP6CB(skb)->ra was set to positive value for such packets.
> Since commit dd3332bf ("ipv6: Store Router Alert option in IP6CB
> directly."), IP6SKB_ROUTERALERT is set in IP6CB(skb)->flags, and
> the value of Router Alert option (in network byte order) is set
> to IP6CB(skb)->ra for such packets.
> 
> Multicast forwarding path uses that flag and value, but unicast
> forwarding path does not use the flag and misuses IP6CB(skb)->ra
> value.
> 
> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

Applied, thanks.

      reply	other threads:[~2013-06-25 21:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-22  2:13 [PATCH 3.10-rc] ipv6: Process unicast packet with Router Alert by checking flag in skb YOSHIFUJI Hideaki
2013-06-25 21:47 ` David Miller [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=20130625.144743.33061613678996547.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=yoshfuji@linux-ipv6.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;
as well as URLs for NNTP newsgroup(s).