cvs commit: src/sys/netinet in_gif.c

Andre Oppermann andre at freebsd.org
Tue Dec 7 02:18:13 PST 2004


SUZUKI Shinsuke wrote:
> 
> >>>>> On Mon, 6 Dec 2004 19:02:43 +0000 (UTC)
> >>>>> glebius at FreeBSD.org(Gleb Smirnoff)  said:
> 
> >   - Make route cacheing optional, configurable via IFF_LINK0 flag.
> >   - Turn it off by default.
> >   Revision  Changes    Path
> >   1.27      +6 -0      src/sys/netinet/in_gif.c
> 
> Three comments, and one proposal.
> 
> - please comment this change in share/man/man4/gif.4
> 
> - you need the same fix to sys/netinet6/in6_gif.c (for IPv4 over IPv6
>   tunnel)
> 
> - it seems like sys/net/if_stf.c also needs the similar fix
>   (I haven't confirmed it though, I'll check it later)
> 
> - Here's a patch to update route cache periodically, to prevent
>   unexpected gif failure due to a stale route cache.  Is it okay to
>   commit it together with your change?

I hope to remove the ability to have pointers into the routing table
before 6.0 release.

-- 
Andre


More information about the cvs-src mailing list