Re: Removing interfaces

2000-02-04 Thread Archie Cobbs
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()

Re: Removing interfaces

2000-02-03 Thread Doug Ambrisko
Nick Hibma writes: | | if_kue, if_aue or ask Doug Ambrisko for a copy of the udbp (USB double | bulk pipe) driver that should have that as well. The udbp doesn't do it since it just creates a netgraph node. Then you tie that netgraph node to an interface. At that point netgraph makes an interf

Re: Removing interfaces

2000-02-03 Thread Nick Hibma
if_kue, if_aue or ask Doug Ambrisko for a copy of the udbp (USB double bulk pipe) driver that should have that as well. Nick On Wed, 2 Feb 2000, Archie Cobbs wrote: > With all the PCMCIA card stuff going on, is it now possible to > remove a networking interface in FreeBSD (from within the kern

Re: Removing interfaces

2000-02-02 Thread Warner Losh
In message <[EMAIL PROTECTED]> Archie Cobbs 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 t

Removing interfaces

2000-02-02 Thread Archie Cobbs
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. Thanks, -Archie ___