Remove useless parameters and blank lines for configiba
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3062 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e99dfcb32b
commit
7e7bb9250f
@ -123,7 +123,7 @@ if ( $PLTFRM eq "AIX" ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
my $chdev_cmd = "chdev -l ml0 -a netaddr=$ip -a netmask=$netmask -a state=detach 2>&1";
|
||||
my $chdev_cmd = "chdev -l ml0 -a state=detach 2>&1";
|
||||
runcmd($chdev_cmd);
|
||||
|
||||
$chdev_cmd = "chdev -l ml0 -a netaddr=$ip -a netmask=$netmask -a state=up 2>&1";
|
||||
@ -146,16 +146,3 @@ sub runcmd {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -125,7 +125,7 @@ if ( $PLTFRM eq "AIX" ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
my $chdev_cmd = "chdev -l ml0 -a netaddr=$ip -a netmask=$netmask -a state=detach 2>&1";
|
||||
my $chdev_cmd = "chdev -l ml0 -a state=detach 2>&1";
|
||||
runcmd($chdev_cmd);
|
||||
|
||||
$chdev_cmd = "chdev -l ml0 -a netaddr=$ip -a netmask=$netmask -a state=up 2>&1";
|
||||
@ -147,16 +147,3 @@ sub runcmd {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user