Add Tunnel device for ppp (iijppp)

This commit is contained in:
Atsushi Murai 1995-01-31 06:33:58 +00:00
parent c4f2ae4c95
commit 2d3f9865da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6063
3 changed files with 9 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: