cvs commit: src/sys/net route.h rtsock.c

2006-04-04 Thread Andre Oppermann
andre 2006-04-04 20:07:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net route.h rtsock.c Log: 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 RT

Re: cvs commit: src/sys/net route.h rtsock.c

2006-03-16 Thread Florent Thoumie
On Wed, 2006-03-15 at 19:39 +, Andre Oppermann wrote: > andre 2006-03-15 19:39:09 UTC > > FreeBSD src repository > > Modified files: > sys/net route.h rtsock.c > Log: > - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. > > - Allow RTM_CH

Re: cvs commit: src/sys/net route.h rtsock.c

2006-03-15 Thread Gleb Smirnoff
On Wed, Mar 15, 2006 at 10:15:09PM +0100, Andre Oppermann wrote: A> > A> These changes faciliate running of multiple cooperating routing A> > A> daemons at the same time without causing undesired interference. A> > A> Open[BGP|OSPF]D make use of these features to have IGP routes A> > A> ove

Re: cvs commit: src/sys/net route.h rtsock.c

2006-03-15 Thread Andre Oppermann
Gleb Smirnoff wrote: > > Andre, > > On Wed, Mar 15, 2006 at 07:39:09PM +, Andre Oppermann wrote: > A> - The unused rtm_use field in struct rt_msghdr is redesignated as > A> rtm_fmask field to communicate route flag changes in RTM_CHANGE > A> messages from userland. The use count

Re: cvs commit: src/sys/net route.h rtsock.c

2006-03-15 Thread Gleb Smirnoff
Andre, On Wed, Mar 15, 2006 at 07:39:09PM +, Andre Oppermann wrote: A> - The unused rtm_use field in struct rt_msghdr is redesignated as A> rtm_fmask field to communicate route flag changes in RTM_CHANGE A> messages from userland. The use count of a route was moved to A> rtm_r

cvs commit: src/sys/net route.h rtsock.c

2006-03-15 Thread Andre Oppermann
andre 2006-03-15 19:39:09 UTC FreeBSD src repository Modified files: sys/net route.h rtsock.c Log: - 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. - T