Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 10/10/1999 13:22:19
Module Name:	syssrc
Committed By:	cgd
Date:		Sun Oct 10 20:22:18 UTC 1999

Modified Files:
	syssrc/sys/net [netbsd-1-4]: route.c

Log Message:
pull up rev 1.28 from trunk (requested by erh):
  Avoid duplicate free() calls if a route's gateway points to itself,
  by marking a route down (~RTF_UP) _after_ calling RTFREE on its
  gateway.  Partial fix for PR#4561 and PR#4827 (the looped route can
  still occur, but it won't cause a panic).


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.24.2.1 syssrc/sys/net/route.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.