Re: [RFC net-next 12/22] arp: Inherit metadata dst when creating ARP requests
On 07/10/2015 05:19 PM, Thomas Graf wrote: 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 --- net/ipv4/arp.c | 71 +++--- 1 file changed,
[RFC net-next 12/22] 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 --- net/ipv4/arp.c | 71 +++--- 1 file changed, 43 insertions(+), 28 deletions(-) diff --git a/ne