Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/06/2007 02:15:34
Module Name: src
Committed By: dyoung
Date: Sun May 6 02:15:34 UTC 2007
Modified Files:
src/sys/net: if_gif.c
Log Message:
Free the route cache after detaching the interface w/ if_detach()
instead of before, because if_detach() may cause the cache to be
reloaded. (I already fixed this in both etherip(4) and gre(4).
Ewww, rampant code duplication.)
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/net/if_gif.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.