If ndp -d did not find a neigbor entry, it removed the cloning route
authorbluhm <bluhm@openbsd.org>
Wed, 5 Apr 2023 13:56:41 +0000 (13:56 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 5 Apr 2023 13:56:41 +0000 (13:56 +0000)
commit15967fb26451e63bd36e43adafba5500a1645bf4
treef8e0770d2a84acd247bbb29be506d80b867c5498
parentd096889826e7a279acf9477f1df76cdf687ded64
If ndp -d did not find a neigbor entry, it removed the cloning route
instead.  Comparing the arp(8) and ndp(8) code shows that the latter
has a fallthrough to delete.  Return an error also in this case.
OK kn@
usr.sbin/ndp/ndp.c