Fix problem when staticv6 failed to adequately space out a comment
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16186 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
02aa34a40e
commit
a2ac89d215
@ -518,7 +518,7 @@ sub esxipv6setup {
|
||||
$v6addr = $ent->{ip};
|
||||
unless ($v6addr =~ /:/) { die "incorrect format for static ipv6 in hosts table for $node" }
|
||||
}
|
||||
return 'esxcfg-vmknic -i '.$v6addr.'/64 "Management Network"'."#ESXISTATICV6\n";
|
||||
return 'esxcfg-vmknic -i '.$v6addr.'/64 "Management Network"'." #ESXISTATICV6\n";
|
||||
}
|
||||
|
||||
sub kickstartnetwork {
|
||||
|
Loading…
Reference in New Issue
Block a user