In DHCP section:

pseudo-device bpf is for 4.X, add 5.X syntax.
This commit is contained in:
Marc Fonvieille 2004-05-15 10:27:21 +00:00
parent 928b622ab0
commit 3ef8e3fa7d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20905

View file

@ -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&nbsp;4.X) to your kernel
configuration file, and rebuild the kernel. For more
information about building kernels, see <xref
linkend="kernelconfig">.</para>