Comment out npf for now, as we can't have both NPF and PF in the
same kernel - rmind has said he'll address this eventually, and for now PF is more likely to have unnoticed breakage. ALL now builds again!
This commit is contained in:
parent
a5511ef5d1
commit
30ecc3610e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALL,v 1.364 2013/10/26 09:16:20 nonaka Exp $
|
||||
# $NetBSD: ALL,v 1.365 2013/11/22 18:58:01 riz Exp $
|
||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||
#
|
||||
# ALL machine description file
|
||||
|
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.364 $"
|
||||
#ident "ALL-$Revision: 1.365 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
|
@ -1719,7 +1719,7 @@ pseudo-device agr # IEEE 802.3ad link aggregation
|
|||
pseudo-device pf # PF packet filter
|
||||
pseudo-device pflog # PF log if
|
||||
pseudo-device pfsync # PF sync if
|
||||
pseudo-device npf # NPF packet filter
|
||||
#pseudo-device npf # NPF packet filter
|
||||
pseudo-device kttcp
|
||||
pseudo-device etherip # EtherIP
|
||||
# srt is EXPERIMENTAL
|
||||
|
|
Loading…
Reference in New Issue