CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2023/04/05 07:56:41
Modified files: usr.sbin/ndp : ndp.c Log message: 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@