summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki / 吉藤英明2013-06-22 04:13:13 +0200
committerDavid S. Miller2013-06-25 23:47:22 +0200
commitab4eb3537e3f20b2a88467e1f708a136df6e0ecb (patch)
tree8628924f196b022395f241acec9eab9ae946b55f /drivers
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff)
downloadkernel-qcow2-linux-ab4eb3537e3f20b2a88467e1f708a136df6e0ecb.tar.gz
kernel-qcow2-linux-ab4eb3537e3f20b2a88467e1f708a136df6e0ecb.tar.xz
kernel-qcow2-linux-ab4eb3537e3f20b2a88467e1f708a136df6e0ecb.zip
ipv6: Process unicast packet with Router Alert by checking flag in skb.
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions