Bug 1225 - second tunnel device not detected
Summary: second tunnel device not detected
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.2-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-05-21 08:00 UTC by xaa
Modified: 1996-06-02 21:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xaa 1996-05-21 08:00:01 UTC
	multiple tunnel devices aren't detected correctly. A kernel with
	device tun 2; start one ppp (using tun0); start the next ppp
	gives: device not configured, cause opening /dev/tun0 gives an
	ENXIO in os.c. (and yes, I have /dev/tun1 :-)

Fix: 

Good question :-)
How-To-Repeat: 
	Start one ppp, start a next one
Comment 1 gpalmer freebsd_committer freebsd_triage 1996-06-02 16:13:07 UTC
State Changed
From-To: open->feedback

A fix was applied to rev. 1.24 of /usr/src/sys/net/if_tun.c, 
can you get this file and see if it fixes your problem? 
Comment 2 gpalmer freebsd_committer freebsd_triage 1996-06-02 21:37:29 UTC
State Changed
From-To: feedback->closed

Submitter reports problem is fixed