Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: source-changes
Date: 12/27/1998 03:44:43
Module Name:	src
Committed By:	veego
Date:		Sun Dec 27 11:44:42 UTC 1998

Modified Files:
	src/sys/net: route.c
Log Message:
Fix kern/6658 from Martin Husemann:
After booting a current kernel and receiving a few arp requests on the
network it panics (data modified on free list). The panic message is wrong,
as code inspection shows the memory pool for routing entries is intialized
twice, while the routing timer memory pool is never initialized.