CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/08/11 03:47:56
Modified files: usr.sbin/arp : arp.c usr.sbin/ndp : ndp.c Log message: Do not try to delete RTF_LOCAL entries. Such routes are automatically created /deleted by the kernel when an IP address is added/removed on/from an interface and should not be manipulated by userland tools. ok henning@, jca@