From d12552879e20ce80826832f8ff354e46504eb437 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sun, 8 Jul 2007 18:29:03 +0000 Subject: [PATCH] It's network isolation, not virtualization. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2557 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- src/chbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chbind.c b/src/chbind.c index 9acea5f..02cc8b4 100644 --- a/src/chbind.c +++ b/src/chbind.c @@ -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 -- 1.8.1.5