PERFORCE change 163096 for review

Marko Zec zec at FreeBSD.org
Sat May 30 16:27:35 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163096

Change 163096 by zec at 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,


More information about the p4-projects mailing list