NetBSD/tests/net/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 Reduce duplicate codes 2016-11-24 08:52:19 +00:00
t_arp.sh Enable to remove multiple ARP/NDP entries for one destination 2017-06-28 08:17:50 +00:00
t_dad.sh Improve test stability and output messages on failure 2017-03-11 02:01:10 +00:00