2006-09-11 16:14:37 by steve
BUGFIX: vif=xxx, is broken - we only add the "," when using mac addresses
This commit is contained in:
parent
b3d53f25ec
commit
9c102bc9ca
@ -61,10 +61,11 @@ name = '{$hostname}'
|
||||
my $m = '';
|
||||
if ( $mac )
|
||||
{
|
||||
$m = "mac=$mac"
|
||||
$m = ",mac=$mac"
|
||||
}
|
||||
|
||||
$OUT .= "vif = [ 'ip=$ip1,$m' ]";
|
||||
$OUT .= "vif = [ 'ip=$ip1";
|
||||
$OUT .= "$m' ]";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user