-Fix typo in yaboot plugin that caused xCAT to miss extra interfaces
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2345 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
93ec8ccf76
commit
fd69677a3c
@ -267,7 +267,7 @@ sub process_request {
|
||||
my $chaintab=xCAT::Table->new('chain',-create=>1);
|
||||
my $chainhash=$chaintab->getNodesAttribs(\@nodes,['currstate']);
|
||||
my $mactab=xCAT::Table->new('mac',-create=>1);
|
||||
my $machhash=$mactab->getNodesAttribs(\@nodes,['mac']);
|
||||
my $machash=$mactab->getNodesAttribs(\@nodes,['mac']);
|
||||
|
||||
foreach (@nodes) {
|
||||
my %response;
|
||||
|
Loading…
Reference in New Issue
Block a user