In DHCP section:
pseudo-device bpf is for 4.X, add 5.X syntax.
This commit is contained in:
parent
928b622ab0
commit
3ef8e3fa7d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20905
1 changed files with 1 additions and 1 deletions
|
@ -4898,7 +4898,7 @@ nis_client_flags="-S <replaceable>NIS domain</replaceable>,<replaceable>server</
|
|||
<listitem>
|
||||
<para>Make sure that the <devicename>bpf</devicename>
|
||||
device is compiled into your kernel. To do this, add
|
||||
<literal>pseudo-device bpf</literal> to your kernel
|
||||
<literal>device bpf</literal> (<literal>pseudo-device bpf</literal> under &os 4.X) to your kernel
|
||||
configuration file, and rebuild the kernel. For more
|
||||
information about building kernels, see <xref
|
||||
linkend="kernelconfig">.</para>
|
||||
|
|
Loading…
Reference in a new issue