cvs commit: src/sys/netinet in_rmx.c ip_input.c ip_var.h

Sam Leffler sam at errno.com
Tue Oct 14 12:22:39 PDT 2003


On Tuesday 14 October 2003 12:19 pm, Sam Leffler wrote:
> sam         2003/10/14 12:19:13 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/netinet          in_rmx.c ip_input.c ip_var.h
>   Log:
>   Lock ip forwarding route cache.  While we're at it, remove the global
>   variable ipforward_rt by introducing an ip_forward_cacheinval() call
>   to use to invalidate the cache.

This is a stopgap implementation that is being used to run multiple instances 
of IPv4 concurrently.  It is likely to be eliminated with Andre's forthcoming 
changes.

	Sam



More information about the cvs-src mailing list