[#] http://marc.info/?l=openbsd-cvs&m=140775050211019&w=2
openbsd-cvs(obsdave,2) — All
2014-08-11 13:55:09


Module name: src
Changes by: mpi@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@