]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9da393ddbd97fbf565fe9e5e179dbd537eb16cf1
tree355a63ecdb2642680e8a4b21c5ff02f84f5a992d
parent15f5054663094cb66f62081f8ffa1fb2f714aeaf
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