diff options
author | amurai <amurai@FreeBSD.org> | 1995-01-31 06:33:58 +0000 |
---|---|---|
committer | amurai <amurai@FreeBSD.org> | 1995-01-31 06:33:58 +0000 |
commit | ac12d39d2e2ec9e2f8ff1a33ce6a46a99f62e186 (patch) | |
tree | 97e6047491fdc9e2b8b4f729119154039bb5f871 /sys/conf | |
parent | 16c7cb588b6eda979e3c7b833de426eda715c4c9 (diff) | |
download | FreeBSD-src-ac12d39d2e2ec9e2f8ff1a33ce6a46a99f62e186.zip FreeBSD-src-ac12d39d2e2ec9e2f8ff1a33ce6a46a99f62e186.tar.gz |
Add Tunnel device for ppp (iijppp)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e4ea7d2..aac339f 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.132 1995/01/27 07:48:59 phk Exp $ +# $Id: LINT,v 1.133 1995/01/30 14:40:06 ache Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -163,11 +163,13 @@ pseudo-device sl 2 #Serial Line IP pseudo-device ppp 2 #Point-to-point protocol pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device +pseudo-device tun 1 #Tunnel driver(user process ppp) options NSIP #XNS over IP options EON #ISO CLNP over IP options LLC #X.25 link layer for Ethernets options HDLC #X.25 link layer for serial lines +options TUN #IP Tunnel driver # # Internet family options: |