Add 5.X syntax for device bpf kernel configuration (last one).

This commit is contained in:
Marc Fonvieille 2004-05-15 17:08:09 +00:00
parent e7adbc9a74
commit ccbed97928
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20910

View file

@ -5027,7 +5027,7 @@ dhcp_flags=""</programlisting>
<para>In order to configure your FreeBSD system as a DHCP server,
you will need to ensure that the &man.bpf.4;
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>