Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2009 16:27:33 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163096 for review
Message-ID:  <200905301627.n4UGRXin068768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163096

Change 163096 by zec@zec_tpx32 on 2009/05/30 16:26:42

	Note that the interim vimage / vnet management API is really
	temporary and that it will be replaced by jail framework RSN.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/if.c#68 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/net/if.c#68 (text+ko) ====

@@ -2285,8 +2285,9 @@
 	switch (cmd) {
 #ifdef VIMAGE
 	/*
-	 * XXX Should be implemented as separate system calls.  This is
-	 * just a temporary hack!
+	 * XXX vnet creation will be implemented through the new jail
+	 * framework - this is just a temporary hack for testing the
+	 * vnet create / destroy mechanisms.
 	 */
 	case SIOCSIFVIMAGE:
 		error = vi_if_move((struct vi_req *) data, NULL,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905301627.n4UGRXin068768>