Add FAQ about "arp: unknown hardware address format".

PR:		32004
Submitted by:	mwlucas@blackhelicopters.org
This commit is contained in:
Bruce A. Mah 2001-11-17 19:26:05 +00:00
parent b9c34b0203
commit dda6955f55
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11234

View file

@ -9297,6 +9297,23 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
discouraged for the reasons listed above.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="unknown-hw-addr-format">
<para>What are these <errorname>arp: unknown hardware
address format</errorname> error messages?</para>
</question>
<answer>
<para>This means that some device on your local Ethernet is
using a MAC address in a format that FreeBSD does not
recognize. This is probably caused by someone
experimenting with an Ethernet card somewhere else on the
network. You'll see this most commonly on cable modem
networks. It is harmless, and should not affect the
performance of your FreeBSD machine.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>