Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/29/2002 19:53:32
Module Name: syssrc
Committed By: atatat
Date: Mon Jul 29 16:53:31 UTC 2002
Modified Files:
syssrc/sys/net: if_tun.c
Log Message:
Make tun interfaces perform auto-creation. This means that if a
program opens /dev/tun# and tun# has not been SIOCIFCREATE'd already,
it will be SIOCIFCREATE'd automatically. FreeBSD's tun interfaces
behave in a somewhat similar fashion.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/net/if_tun.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.