CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/09 09:31:14
Modified files:
sys/net : route.h route.c rtsock.c
Log message:
Correctly track RTF_UP on RTM_CHANGE. Since the interface can change
rt_if_linkstate_change() needs to be rerun for this route and the
resulting rt_flags need to copied to the rtm_flags for userland.
Problem found and diagnosed by Doran Mori. OK henning@, jsing@
