Date: Mon, 22 Jun 2009 21:19:24 +0000 (UTC) From: Marko Zec <zec@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net flowtable.c flowtable.h src/sys/netinet ip_input.c ip_output.c vinet.h src/sys/sys vimage.h Message-ID: <200906222119.n5MLJqh7074782@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
zec 2009-06-22 21:19:24 UTC
FreeBSD src repository
Modified files:
sys/net flowtable.c flowtable.h
sys/netinet ip_input.c ip_output.c vinet.h
sys/sys vimage.h
Log:
SVN rev 194660 on 2009-06-22 21:19:24Z by zec
V_irtualize flowtable state.
This change should make options VIMAGE kernel builds usable again,
to some extent at least.
Note that the size of struct vnet_inet has changed, though in
accordance with one-bump-per-day policy we didn't update the
__FreeBSD_version number, given that it has already been touched
by r194640 a few hours ago.
Reviewed by: bz
Approved by: julian (mentor)
Revision Changes Path
1.10 +190 -100 src/sys/net/flowtable.c
1.8 +2 -0 src/sys/net/flowtable.h
1.364 +11 -7 src/sys/netinet/ip_input.c
1.311 +1 -1 src/sys/netinet/ip_output.c
1.17 +38 -0 src/sys/netinet/vinet.h
1.37 +1 -1 src/sys/sys/vimage.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906222119.n5MLJqh7074782>
