Enable PPP_* options for ppp
This commit is contained in:
parent
a7a8e96683
commit
ef14d0e624
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.104 2002/10/01 09:37:11 abs Exp $
|
# $NetBSD: GENERIC,v 1.105 2002/10/01 09:52:10 abs Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
|
@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
|
||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.104 $"
|
#ident "GENERIC-$Revision: 1.105 $"
|
||||||
|
|
||||||
# Here are all different supported CPU types listed.
|
# Here are all different supported CPU types listed.
|
||||||
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
|
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
|
||||||
|
@ -71,9 +71,9 @@ options INET6 # IPV6
|
||||||
#options EON # OSI tunneling over IP
|
#options EON # OSI tunneling over IP
|
||||||
#options CCITT,LLC,HDLC # X.25
|
#options CCITT,LLC,HDLC # X.25
|
||||||
#options NETATALK # AppleTalk networking protocols
|
#options NETATALK # AppleTalk networking protocols
|
||||||
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
options PPP_DEFLATE # Deflate compression support for PPP
|
||||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||||
#options IPFILTER_LOG # ipmon(8) log support
|
#options IPFILTER_LOG # ipmon(8) log support
|
||||||
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
||||||
|
|
Loading…
Reference in New Issue