Author :
jmatthew
Date :
2020-08-13 04:26:11
Hash :08999238 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@