Source-Changes archive

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

Re: CVS commit: src/sys/net



On Mon, Jan 14, 2008 at 10:32:27PM +0900, YAMAMOTO Takashi wrote:
> > 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.

Sorry, forgot to commit those patches.  It's fixed, now.

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933 ext 24



Home | Main Index | Thread Index | Old Index