mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Add commented out bpf entry. (DHCP is popular here, and this is required).
Ok'ed by: jkh
This commit is contained in:
parent
f867f1cd23
commit
d1436a882b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40425
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.123 1998/10/07 13:51:45 obrien Exp $
|
||||
# $Id: GENERIC,v 1.124 1998/10/10 08:13:58 jkh Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -176,3 +176,9 @@ options KTRACE #kernel tracing
|
||||
# This provides support for System V shared memory.
|
||||
#
|
||||
options SYSVSHM
|
||||
|
||||
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
|
||||
# aware of the legal and administrative consequences of enabling this
|
||||
# option. The number of devices determines the maximum number of
|
||||
# simultaneous BPF clients programs runnable.
|
||||
#pseudo-device bpfilter 4 #Berkeley packet filter
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.123 1998/10/07 13:51:45 obrien Exp $
|
||||
# $Id: GENERIC,v 1.124 1998/10/10 08:13:58 jkh Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -176,3 +176,9 @@ options KTRACE #kernel tracing
|
||||
# This provides support for System V shared memory.
|
||||
#
|
||||
options SYSVSHM
|
||||
|
||||
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
|
||||
# aware of the legal and administrative consequences of enabling this
|
||||
# option. The number of devices determines the maximum number of
|
||||
# simultaneous BPF clients programs runnable.
|
||||
#pseudo-device bpfilter 4 #Berkeley packet filter
|
||||
|
Loading…
Reference in New Issue
Block a user