NetBSD/sys/conf
cube 0615d0207e Addition of tap(4).
NAME
     tap - virtual Ethernet device

SYNOPSIS
     pseudo-device tap

DESCRIPTION
     The tap driver allows the creation and use of virtual Ethernet devices.
     Those interfaces appear just as any real Ethernet NIC to the kernel, but
     can also be accessed by userland through a character device node in order
     to read frames being sent by the system or to inject frames.

     In that respect it is very similar to what tun(4) provides, but the added
     Ethernet layer allows easy integration with machine emulators or virtual
     Ethernet networks through the use of bridge(4) with tunneling.

``Qui tacet consentire videtur.''
2005-01-08 22:27:54 +00:00
..
Makefile.kern.inc Adjust the cscope target so that each source file on a separate line to avoid 2004-12-16 00:35:48 +00:00
copyright Welcome to 2005. 2005-01-01 00:00:01 +00:00
files Addition of tap(4). 2005-01-08 22:27:54 +00:00
majors Addition of tap(4). 2005-01-08 22:27:54 +00:00
newvers.sh put back the notyet around the note section; the bfd fix is non-trivial. 2004-05-23 21:11:01 +00:00
newvers_stand.sh
osrelease.sh Remove the remains of an old comment that doesn't apply any more. 2004-09-14 15:19:35 +00:00
param.c Disable autonicetime. As discusses in tech-kern. 2004-09-27 14:08:13 +00:00