From 5bf6bc10b63048cd2482a8a76bf78f7c8ffd20c3 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 11 Aug 2007 18:24:08 +0000 Subject: [PATCH] 2007-08-11 18:24:08 by steve 3 VIFs != 3 IPs. Prompted by Alex Howells. --- bin/xen-create-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 7d2e573..5284a26 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -133,7 +133,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. are allowed. When specifying more than one IP the first one is setup as the "system" IP, and the additional ones are added as aliases. - Note that Xen 3.x supports a maximum of three IP addresses + Note that Xen 3.x supports a maximum of three vif statements per guest. This option conflicts with --dhcp. @@ -596,7 +596,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.177 2007-08-08 22:44:17 steve Exp $ + $Id: xen-create-image,v 1.178 2007-08-11 18:24:08 steve Exp $ =cut @@ -1377,7 +1377,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.177 $'; + my $REVISION = '$Revision: 1.178 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;