CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2020/08/12 22:26:11
Modified files: sys/net : route.c Log message: Use rtm_miss() rather than the simpler rtm_send() to send route delete messages, and save the route flags before deleting the route. For L2 route entries, the RTF_LLINFO flag is cleared during deletion, so saving the flags beforehand means they're correct in the routing socket message. ok mpi@