diff options
author | Atsushi Murai <amurai@FreeBSD.org> | 1995-01-31 06:33:58 +0000 |
---|---|---|
committer | Atsushi Murai <amurai@FreeBSD.org> | 1995-01-31 06:33:58 +0000 |
commit | 2d3f9865dacc320c5ed346273266893aa756507f (patch) | |
tree | 97e6047491fdc9e2b8b4f729119154039bb5f871 /sys/conf/NOTES | |
parent | c4f2ae4c95807a7070c803a07fe5f850a4e9efe3 (diff) | |
download | src-2d3f9865dacc320c5ed346273266893aa756507f.tar.gz src-2d3f9865dacc320c5ed346273266893aa756507f.zip |
Add Tunnel device for ppp (iijppp)
Notes
Notes:
svn path=/head/; revision=6063
Diffstat (limited to 'sys/conf/NOTES')
-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 e4ea7d2c115a..aac339fb1ec9 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: |