From owner-cvs-all Thu Jul 20 10: 1:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B79B937B9C9; Thu, 20 Jul 2000 10:01:10 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71652; Thu, 20 Jul 2000 10:01:10 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007201701.KAA71652@freefall.freebsd.org> From: Nick Sayer Date: Thu, 20 Jul 2000 10:01:10 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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