[IPV4]: Pass the net pointer to the arp_req_set_proxy()
authorPavel Emelyanov <xemul@openvz.org>
Sun, 16 Dec 2007 21:30:39 +0000 (13:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:58:09 +0000 (14:58 -0800)
commit32e569b7277f13c4b27bb29c761189963e49ce7a
tree63c1a7b0b44169644e7efdc4f351d6b8cb13cdd7
parentea40b324d791d86a42b858d073007de4d133227e
[IPV4]: Pass the net pointer to the arp_req_set_proxy()

This one will need to set the IPV4_DEVCONF_ALL(PROXY_ARP), but
there's no ways to get the net right in place, so we have to
pull one from the inet_ioctl's struct sock.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/arp.h
net/ipv4/af_inet.c
net/ipv4/arp.c