aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2005-03-18 15:24:00 +0000
committerMurray Stokely <murray@FreeBSD.org>2005-03-18 15:24:00 +0000
commit991f5121f0637956620e0b6e40ac7a03e050a5d3 (patch)
treebdf460085627637375c789dd7d4cecc724d991ed /sys/conf/NOTES
parent2559e71404eda8ea4a92918dfd4fc00ea6a6bffc (diff)
downloadsrc-991f5121f0637956620e0b6e40ac7a03e050a5d3.tar.gz
src-991f5121f0637956620e0b6e40ac7a03e050a5d3.zip
Add a comment to note that pseudo-device bpf is required for DHCP.
This is mentioned in the Handbook but it is not as obvious to new users why bpf is needed compared to the other largely self-explanatory items in GENERIC. PR: conf/40855 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=143809
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 35eb7ca3b519..80f160bc91b6 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -563,7 +563,7 @@ device musycc # LMC/SBE LMC1504 quad T1/E1
# The `bpf' 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.
+# simultaneous BPF clients programs runnable. DHCP requires bpf.
# The `disc' device implements a minimal network interface,
# which throws away all packets sent and never receives any. It is
# included for testing purposes. This shows up as the `ds' interface.