Check for errors when deleting routes inside rtable_walk() and abort
authormpi <mpi@openbsd.org>
Fri, 22 Jul 2016 11:03:30 +0000 (11:03 +0000)
committermpi <mpi@openbsd.org>
Fri, 22 Jul 2016 11:03:30 +0000 (11:03 +0000)
commit4b69b0d8ebedbd9084d674206e887a283c05214a
treedaf1f781aabdf5a30e85add36cbf3ec99cc68d4c
parente4b56cf059f99a955f4d97ca2e693a5563d26163
Check for errors when deleting routes inside rtable_walk() and abort
the walk if a route cannot be deleted.

Prevent an infinite recursion reported by Dimitris Papastamos.

ok claudio@
sys/net/route.c