diff options
author | murray <murray@FreeBSD.org> | 2005-03-18 15:24:00 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2005-03-18 15:24:00 +0000 |
commit | f7c0ee40681d2ed91c48b4f6106f71ff06195217 (patch) | |
tree | bdf460085627637375c789dd7d4cecc724d991ed /sys/alpha | |
parent | 3cd2d2d0d5045f558b8e93697600302ca9f806f8 (diff) | |
download | FreeBSD-src-f7c0ee40681d2ed91c48b4f6106f71ff06195217.zip FreeBSD-src-f7c0ee40681d2ed91c48b4f6106f71ff06195217.tar.gz |
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
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 5f1dccf..3cf6b6e 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -190,6 +190,7 @@ device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! +# Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support |