It's network isolation, not virtualization.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 8 Jul 2007 18:29:03 +0000 (18:29 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 8 Jul 2007 18:29:03 +0000 (18:29 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2557 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/chbind.c

index 9acea5f..02cc8b4 100644 (file)
@@ -359,7 +359,7 @@ int main (int argc, char *argv[])
   }
 #else
   {
-    WRITE_MSG(2, "chbind: kernel does not provide network virtualization\n");
+    WRITE_MSG(2, "chbind: kernel does not provide network isolation\n");
     exit(wrapper_exit_code);
   }
 #endif