Warner Losh writes:
> : With all the PCMCIA card stuff going on, is it now possible to
> : remove a networking interface in FreeBSD (from within the kernel)?
> : 
> : If so could someone show me an example how. I'd like to implement
> : this in the ng_iface(8) netgraph node type.
> 
> if_detach() is supposed to do this, but there are theoretical problems
> with our implementation of it.  Also, there needs to be some way to
> propigate the "gone"ness of the interface generically rather than the
> ad-hoc way we do it now.

Thanks, that works great (so far :-)

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to