Re: [PATCH net-2.6.25 3/7] Pass the net pointer to the arp_req_set_proxy()

2007-12-16 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 11 Dec 2007 20:50:59 +0300 > 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 <[EMAIL

[PATCH net-2.6.25 3/7] Pass the net pointer to the arp_req_set_proxy()

2007-12-11 Thread Pavel Emelyanov
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 <[EMAIL PROTECTED]> --- diff --git a/include/net/arp.h b/include/net/arp.h index f026645..36482bf