pseudo-device bpfilter -> pseudo-device bpf
PR: 29872 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
This commit is contained in:
parent
abe7e2aebf
commit
60858d58a9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10402
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.254 2001/08/10 22:06:47 brian Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.255 2001/08/14 06:47:34 dd Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -8873,7 +8873,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
utilize it. Add this to your kernel config file and build
|
||||
a new kernel:</para>
|
||||
|
||||
<programlisting>pseudo-device bpfilter # Berkeley Packet Filter</programlisting>
|
||||
<programlisting>pseudo-device bpf # Berkeley Packet Filter</programlisting>
|
||||
|
||||
<para>Secondly, after rebooting you will have to create the
|
||||
device node. This can be accomplished by a change to the
|
||||
|
|
Loading…
Reference in a new issue