NetBSD/usr.sbin/arp
ozaki-r 3f42983046 Enable to remove multiple ARP/NDP entries for one destination
The kernel can have multiple ARP/NDP entries which have an indentical
destination on different interfaces. This is normal and can be
reproduce easily by ping -I or ping6 -S. We should be able to remove
such entries.

arp -d <ip> and ndp -d <ip> are changed to fetch all ARP/NDP entries
and remove matched entries. So we can remove multiple entries
described above. This fetch all and selective removal behavior is
the same as arp <ip> and ndp <ip>; they also do fetch all entries
and show only matched entries.

Related to PR 51179
2017-06-28 08:17:50 +00:00
..
Makefile Introduce rump.arp 2015-07-29 06:07:35 +00:00
arp.4 Add missing verb. New sentence, new line. 2016-10-16 05:32:30 +00:00
arp.8
arp.c Enable to remove multiple ARP/NDP entries for one destination 2017-06-28 08:17:50 +00:00
arp_hostops.c Introduce rump.arp 2015-07-29 06:07:35 +00:00
arp_rumpops.c Introduce rump.arp 2015-07-29 06:07:35 +00:00
prog_ops.h Introduce rump.arp 2015-07-29 06:07:35 +00:00