[#] http://marc.info/?l=openbsd-cvs&m=140663633805975&w=2
openbsd-cvs(obsdave,2) — All
2014-07-29 16:55:09


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/07/29 06:18:41

Modified files:
sys/net : route.c route.h rtsock.c

Log message:
Revert the checks about RTF_LOCAL routes.

Even if in the end we would like to be more strict about what userland
can do with kernel-managed route entries, most of the tools out there
are not yet ready for this. Since RTF_LOCAL routes are for the moment
just like RTF_LLINFO routes without expire timer, allow userland tools
to remove/modify them. In case they are missing, the good old cloning
mechanism will recreate what you need.

bluhm@ and deraadt@ agree.