arp: Inherit metadata dst when creating ARP requests
authorThomas Graf <tgraf@suug.ch>
Tue, 21 Jul 2015 08:43:57 +0000 (10:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 17:39:05 +0000 (10:39 -0700)
commit0accfc268f4d3345693d3af3d5780aae3ad93d8d
tree355a63ecdb2642680e8a4b21c5ff02f84f5a992d
parentf38a9eb1f77b296ff07e000823884a0f64d67b2a
arp: Inherit metadata dst when creating ARP requests

If output device wants to see the dst, inherit the dst of the
original skb and pass it on to generate the ARP request.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/arp.c