freebsd-dev/usr.sbin/arp
Qing Li c7ab66020f The proxy arp entries could not be added into the system over the
IFF_POINTOPOINT link types. The reason was due to the routing
entry returned from the kernel covering the remote end is of an
interface type that does not support ARP. This patch fixes this
problem by providing a hint to the kernel routing code, which
indicates the prefix route instead of the PPP host route should
be returned to the caller. Since a host route to the local end
point is also added into the routing table, and there could be
multiple such instantiations due to multiple PPP links can be
created with the same local end IP address, this patch also fixes
the loopback route installation failure problem observed prior to
this patch. The reference count of loopback route to local end would
be either incremented or decremented. The first instantiation would
create the entry and the last removal would delete the route entry.

MFC after:	5 days
2009-12-30 21:35:34 +00:00
..
arp.4 net.link.ether.inet.prune_intvl no longer exists. 2007-03-28 11:06:50 +00:00
arp.8 - xref ndp(8) 2009-04-28 20:23:58 +00:00
arp.c The proxy arp entries could not be added into the system over the 2009-12-30 21:35:34 +00:00
Makefile Lower WARNS due to alignment issues on sparc64. 2009-06-11 10:30:30 +00:00