K 10 svn:author V 5 andre K 8 svn:date V 27 2006-04-04T20:07:23.000000Z K 7 svn:log V 545 MFC route.h rev. 1.65 and rtsock.c rev. 1.133: - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. - Allow RTM_CHANGE to change a number of route flags as specified by RTF_FMASK. - The unused rtm_use field in struct rt_msghdr is redesignated as rtm_fmask field to communicate route flag changes in RTM_CHANGE messages from userland. The use count of a route was moved to rtm_rmx a long time ago. For source code compatibility reasons a define of rtm_use to rtm_fmask is provided. Approved by: re END