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()
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
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
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
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
___
5 matches
Mail list logo