Date: Thu, 20 Jul 2000 10:01:10 -0700 (PDT) From: Nick Sayer <nsayer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/share/man/man4 tap.4 src/sys/conf files src/sys/net if_tap.c if_tap.h if_tapvar.h Message-ID: <200007201701.KAA71652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nsayer 2000/07/20 10:01:10 PDT
Modified files:
etc MAKEDEV
sys/conf files
Added files:
share/man/man4 tap.4
sys/net if_tap.c if_tap.h if_tapvar.h
Log:
Add the tap driver.
The tap driver is used to present a virtual Ethernet interface to the
system. Packets presented by the network stack to the interface are
made available to a character device in /dev. With tap and the bridge
code, you can make remote bridge configurations where both sides of
the bridge are separated by userland daemons.
This driver also has a special naming hack to allow it to serve a similar
purpose to the vmware port.
Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com
Revision Changes Path
1.264 +13 -1 src/etc/MAKEDEV
1.391 +2 -1 src/sys/conf/files
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201701.KAA71652>
