linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* /dev/net/tun devices via udev?
@ 2004-03-17  1:37 Mike Snitzer
  2004-03-17  9:22 ` Marco d'Itri
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mike Snitzer @ 2004-03-17  1:37 UTC (permalink / raw)
  To: linux-hotplug

How can I get /dev/net/tun devices created via udev?

Thanks.
Mike



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /dev/net/tun devices via udev?
  2004-03-17  1:37 /dev/net/tun devices via udev? Mike Snitzer
@ 2004-03-17  9:22 ` Marco d'Itri
  2004-03-17 17:27 ` Mike Snitzer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Marco d'Itri @ 2004-03-17  9:22 UTC (permalink / raw)
  To: linux-hotplug

On Mar 17, Mike Snitzer <msnitzer@lnxi.com> wrote:

> How can I get /dev/net/tun devices created via udev?
You load the tun/tap driver.

-- 
ciao, |
Marco | [5149 ost1pl2Lt198Q]


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /dev/net/tun devices via udev?
  2004-03-17  1:37 /dev/net/tun devices via udev? Mike Snitzer
  2004-03-17  9:22 ` Marco d'Itri
@ 2004-03-17 17:27 ` Mike Snitzer
  2004-03-18  1:16 ` Greg KH
  2004-03-18  1:31 ` Mike Snitzer
  3 siblings, 0 replies; 5+ messages in thread
From: Mike Snitzer @ 2004-03-17 17:27 UTC (permalink / raw)
  To: linux-hotplug

On Wed, Mar 17 2004 at 02:22,
Marco d'Itri <md@Linux.IT> wrote:

> On Mar 17, Mike Snitzer <msnitzer@lnxi.com> wrote:
> 
> > How can I get /dev/net/tun devices created via udev?
> You load the tun/tap driver.

I have the driver compiled into the kernel.

the Tun/tap driver doesn't have support for sysfs or hotplug; so what
would loading the driver (as a module) buy me?

Mike




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /dev/net/tun devices via udev?
  2004-03-17  1:37 /dev/net/tun devices via udev? Mike Snitzer
  2004-03-17  9:22 ` Marco d'Itri
  2004-03-17 17:27 ` Mike Snitzer
@ 2004-03-18  1:16 ` Greg KH
  2004-03-18  1:31 ` Mike Snitzer
  3 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2004-03-18  1:16 UTC (permalink / raw)
  To: linux-hotplug

On Wed, Mar 17, 2004 at 10:27:30AM -0700, Mike Snitzer wrote:
> On Wed, Mar 17 2004 at 02:22,
> Marco d'Itri <md@Linux.IT> wrote:
> 
> > On Mar 17, Mike Snitzer <msnitzer@lnxi.com> wrote:
> > 
> > > How can I get /dev/net/tun devices created via udev?
> > You load the tun/tap driver.
> 
> I have the driver compiled into the kernel.

What kernel are you using?  I think we added netfilter devices in 2.6.4.
I know my /dev has all of the tap* devices in it and I'm using udev :)

thanks,

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /dev/net/tun devices via udev?
  2004-03-17  1:37 /dev/net/tun devices via udev? Mike Snitzer
                   ` (2 preceding siblings ...)
  2004-03-18  1:16 ` Greg KH
@ 2004-03-18  1:31 ` Mike Snitzer
  3 siblings, 0 replies; 5+ messages in thread
From: Mike Snitzer @ 2004-03-18  1:31 UTC (permalink / raw)
  To: linux-hotplug

On Wed, Mar 17 2004 at 18:16,
Greg KH <greg@kroah.com> wrote:

> On Wed, Mar 17, 2004 at 10:27:30AM -0700, Mike Snitzer wrote:
> > On Wed, Mar 17 2004 at 02:22,
> > Marco d'Itri <md@Linux.IT> wrote:
> > 
> > > On Mar 17, Mike Snitzer <msnitzer@lnxi.com> wrote:
> > > 
> > > > How can I get /dev/net/tun devices created via udev?
> > > You load the tun/tap driver.
> > 
> > I have the driver compiled into the kernel.
> 
> What kernel are you using?  I think we added netfilter devices in 2.6.4.
> I know my /dev has all of the tap* devices in it and I'm using udev :)

Ah cool; I'm using 2.6.3.  I'll check out the differences in tun.c

thanks.
Mike




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-18  1:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-17  1:37 /dev/net/tun devices via udev? Mike Snitzer
2004-03-17  9:22 ` Marco d'Itri
2004-03-17 17:27 ` Mike Snitzer
2004-03-18  1:16 ` Greg KH
2004-03-18  1:31 ` Mike Snitzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).