Date: Mon, 22 Jun 2009 17:48:16 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/sys/net if.c route.c vnet.h src/sys/sys param.h vimage.h Message-ID: <200906221751.n5MHpLNp044439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-06-22 17:48:16 UTC
FreeBSD src repository
Modified files:
. UPDATING
sys/net if.c route.c vnet.h
sys/sys param.h vimage.h
Log:
SVN rev 194640 on 2009-06-22 17:48:16Z by bz
Move virtualization of routing related variables into their own
Vimage module, which had been there already but now is stateful.
All variables are now file local; so this further limits the global
spreading of routing related things throughout the kernel.
Add a missing function local variable in case of MPATHing.
Reviewed by: zec
Revision Changes Path
1.621 +5 -0 src/UPDATING
1.345 +0 -3 src/sys/net/if.c
1.161 +47 -8 src/sys/net/route.c
1.13 +0 -5 src/sys/net/vnet.h
1.423 +1 -1 src/sys/sys/param.h
1.35 +3 -1 src/sys/sys/vimage.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906221751.n5MHpLNp044439>
