Update ASMI interface parsing for P5 systems
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6559 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
61a7b94e43
commit
f1f41d2480
@ -1683,7 +1683,7 @@ sub get_netcfg
|
||||
if ( !defined( $$form )) {
|
||||
return( [RC_ERROR,"'Network Configuration' form not found"] );
|
||||
}
|
||||
} else {
|
||||
} elsif ( $$form->find_input('submit', 'submit', 1) ) {
|
||||
my $data = $$form->click('submit');
|
||||
$res = $ua->request( $data);
|
||||
$$form = HTML::Form->parse( $res->content, $res->base );
|
||||
|
Loading…
Reference in New Issue
Block a user