Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/net



> Module Name:  src
> Committed By: dyoung
> Date:         Mon Jan 14 05:00:18 UTC 2008
> 
> Modified Files:
>       src/sys/net: route.c route.h
> 
> Log Message:
> Use rtcache_validate() instead of rtcache_getrt().  Delete rtcache_getrt().
> 
> In rtcache_lookup2(), use the return values of rtcache_validate()
> and _rtcache_init() instead of looking at _ro_rt.  Also, check the
> return code of rtcache_setdst() for an error.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.103 -r1.104 src/sys/net/route.c
> cvs rdiff -r1.63 -r1.64 src/sys/net/route.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

ipf and pf still seem to use rtcache_getrt.

YAMAMOTO Takashi



Home | Main Index | Thread Index | Old Index