2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Global symbol "$csw" requires explicit package name at configBNT

This commit is contained in:
Casandra Qiu 2016-12-13 09:19:49 -05:00
parent 212da735bc
commit b47445b763

View File

@ -158,7 +158,7 @@ sub config_ip {
# don't need to set if ip addresses are same
if ($dip eq $static_ip) {
print "static ip $static_ip and discovery ip $dip is same, will not process command for $switch\n";
$cmd = "chdef $csw otherinterfaces=";
$cmd = "chdef $switch otherinterfaces=";
$rc= xCAT::Utils->runcmd($cmd, 0);
next;
}