Date: Mon, 15 Jun 2009 18:59:29 +0000 (UTC) From: Jamie Gritton <jamie@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_jail.c kern_vimage.c src/sys/net if.c if.h src/sys/sys jail.h priv.h sockio.h vimage.h Message-ID: <200906151859.n5FIxoHY054921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jamie 2009-06-15 18:59:29 UTC
FreeBSD src repository
Modified files:
sys/kern kern_jail.c kern_vimage.c
sys/net if.c if.h
sys/sys jail.h priv.h sockio.h vimage.h
Log:
SVN rev 194251 on 2009-06-15 18:59:29Z by jamie
Manage vnets via the jail system. If a jail is given the boolean
parameter "vnet" when it is created, a new vnet instance will be created
along with the jail. Networks interfaces can be moved between prisons
with an ioctl similar to the one that moves them between vimages.
For now vnets will co-exist under both jails and vimages, but soon
struct vimage will be going away.
Reviewed by: zec, julian
Approved by: bz (mentor)
Revision Changes Path
1.108 +29 -0 src/sys/kern/kern_jail.c
1.11 +122 -92 src/sys/kern/kern_vimage.c
1.339 +16 -2 src/sys/net/if.c
1.120 +2 -0 src/sys/net/if.h
1.47 +2 -0 src/sys/sys/jail.h
1.32 +1 -0 src/sys/sys/priv.h
1.34 +3 -0 src/sys/sys/sockio.h
1.33 +17 -6 src/sys/sys/vimage.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906151859.n5FIxoHY054921>
