Subject: Re: if_detatch
To: Bill Studenmund <wrstuden@loki.stanford.edu>
From: Dennis Ferguson <dennis@jnx.com>
List: tech-kern
Date: 06/30/1997 20:23:32
> Does that sound right? Is there anything else I need to clean up?
> Is there some hidden dependancy I'm missing?

Making sure you don't leave dangling pointers all over the routing table is
a rather unhappy task.  rn_walktree() will walk the tree for you, you've
got to catch everything which might possibly be damaged by the interface
removal.

Dennis Ferguson