Add the pseudo-device for ipl and PFIL_HOOKS which is required for ipl.
This commit is contained in:
parent
6141167d37
commit
863a668514
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.64 1996/12/07 00:26:02 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.65 1997/01/07 08:01:32 veego Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -80,6 +80,8 @@ options NS # XNS
|
|||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks (Required
|
||||
# if you enable the pseudo-device ipl).
|
||||
|
||||
config netbsd swap generic
|
||||
options GENERIC
|
||||
|
@ -213,6 +215,7 @@ pseudo-device bpfilter 8 # packet filter
|
|||
pseudo-device sl 2 # CSLIP
|
||||
pseudo-device ppp 2 # PPP
|
||||
pseudo-device tun 2 # network tunneling over tty
|
||||
#pseudo-device ipl # ip filter
|
||||
|
||||
pseudo-device pty 64 # pseudo-terminals
|
||||
pseudo-device tb 1 # tablet line discipline
|
||||
|
|
Loading…
Reference in New Issue