NetBSD/tests/net/ndp
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_dad.sh Share rump_server start/stop and interface creation/destruction functions 2016-11-25 08:51:16 +00:00
t_ndp.sh Enable to remove multiple ARP/NDP entries for one destination 2017-06-28 08:17:50 +00:00
t_ra.sh Purge all related L2 caches on removing a route 2017-06-22 09:56:48 +00:00