]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: ndisc: inherit metadata dst when creating ndisc requests
authorJiri Benc <jbenc@redhat.com>
Thu, 20 Aug 2015 11:56:27 +0000 (13:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 22:42:37 +0000 (15:42 -0700)
commit8c64335327a3817c432d4887d3a3c66889d1d072
tree3f85c27d4223de9d6ea283709b43cd3bcf39f7c0
parent4c439e95e13dc7f4bed1a893f62080b4d248ff37
ipv6: ndisc: inherit metadata dst when creating ndisc requests

If output device wants to see the dst, inherit the dst of the original skb
in the ndisc request.

This is an IPv6 counterpart of commit 16c8326492df ("arp: Inherit metadata
dst when creating ARP requests").

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ndisc.h
net/ipv6/addrconf.c
net/ipv6/ndisc.c
net/ipv6/route.c