]> 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)
commit16c8326492df9ad47564e422607f3a035c19fb86
tree355a63ecdb2642680e8a4b21c5ff02f84f5a992d
parente1fd956b8f695c93be52caf465251493114a3a31
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