freebsd-dev/usr.sbin/arp
Gleb Smirnoff 120a742b86 Historically arp(8) did a route lookup for the entry it is
about to add, and failed if it exist and had invalid data
link type.

Later on, in r201282, this check morphed to other code, but
message "proxy entry exists for non 802 device" still left,
and now it is printed in a case if route prefix found is
equal to current address being added. In other words, when
we are trying to add ARP entry for a network address. The
message is absolutely unrelated and disappointing in this
case.

I don't see anything bad with setting ARP entries for
network addresses. While useless in usual network,
in a /31 RFC3021 it may be necessary. This, remove this code.
2012-04-02 10:44:25 +00:00
..
arp.4 mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
arp.8 - xref ndp(8) 2009-04-28 20:23:58 +00:00
arp.c Historically arp(8) did a route lookup for the entry it is 2012-04-02 10:44:25 +00:00
Makefile Lower WARNS due to alignment issues on sparc64. 2009-06-11 10:30:30 +00:00