diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-09-01 21:24:07 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-09-01 21:24:07 +0000 |
commit | 10235bb8153a18b86cec5f6f6d3ebf2c3a02b6bf (patch) | |
tree | d47f02139a8b663f7cb1864d538bdc5bc8f74e18 | |
parent | 2cc52c55cd28a474bb01459f28e047b3104f6425 (diff) | |
download | FreeBSD-src-10235bb8153a18b86cec5f6f6d3ebf2c3a02b6bf.zip FreeBSD-src-10235bb8153a18b86cec5f6f6d3ebf2c3a02b6bf.tar.gz |
Document the tap driver
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 757c7ec..8209cc6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -446,6 +446,7 @@ device lmc # tulip based LanMedia WAN cards # The `disc' device implements a minimal network interface, # which throws away all packets sent and never receives any. It is # included for testing purposes. This shows up as the 'ds' interface. +# The `tap' device is a pty-like virtual Ethernet interface # The `tun' device implements (user-)ppp and nos-tun # The `gif' device implements IPv6 over IP4 tunneling, # IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and @@ -470,6 +471,7 @@ device sppp #Generic Synchronous PPP device loop 1 #Network loopback device device bpf #Berkeley packet filter device disc #Discard device (ds0, ds1, etc) +device tap #Virtual Ethernet driver device tun #Tunnel driver (ppp(8), nos-tun(8)) device sl #Serial Line IP device ppp 2 #Point-to-point protocol diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 757c7ec..8209cc6 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -446,6 +446,7 @@ device lmc # tulip based LanMedia WAN cards # The `disc' device implements a minimal network interface, # which throws away all packets sent and never receives any. It is # included for testing purposes. This shows up as the 'ds' interface. +# The `tap' device is a pty-like virtual Ethernet interface # The `tun' device implements (user-)ppp and nos-tun # The `gif' device implements IPv6 over IP4 tunneling, # IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and @@ -470,6 +471,7 @@ device sppp #Generic Synchronous PPP device loop 1 #Network loopback device device bpf #Berkeley packet filter device disc #Discard device (ds0, ds1, etc) +device tap #Virtual Ethernet driver device tun #Tunnel driver (ppp(8), nos-tun(8)) device sl #Serial Line IP device ppp 2 #Point-to-point protocol |