patch-2.4.0-test9 linux/net/appletalk/aarp.c

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

diff -u --recursive --new-file v2.4.0-test8/linux/net/appletalk/aarp.c linux/net/appletalk/aarp.c
@@ -1017,7 +1017,10 @@
 				 * cycle during probing of a slow to respond host addr.
 				 */
 				if (a != NULL)
+				{
 					a->expires_at = jiffies - 1;
+					mod_timer(&aarp_timer, jiffies + sysctl_aarp_tick_time);
+				}
 			}
 
 			if (sa.s_node != ma->s_node)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)