Bug 1225

Summary: second tunnel device not detected
Product: Base System Reporter: xaa <xaa>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 2.2-CURRENT   
Hardware: Any   
OS: Any   

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