patch-2.1.16 linux/net/ipv4/arp.c

Next file: linux/net/ipv4/fib.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/net/ipv4/arp.c linux/net/ipv4/arp.c
@@ -1074,7 +1074,7 @@
 	add_timer(&entry->timer);
 #ifdef CONFIG_ARPD
 	if (!arpd_not_running)
-		arpd_lookup(entry->ip, entry->dev);
+		arpd_lookup(entry->ip, dev);
 	else
 #endif
 		arp_send(ARPOP_REQUEST, ETH_P_ARP, entry->ip, dev,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov