From b47445b763fc48e56af9712e25d68e326a995bd9 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Tue, 13 Dec 2016 09:19:49 -0500 Subject: [PATCH] Global symbol "$csw" requires explicit package name at configBNT --- xCAT-server/share/xcat/scripts/configBNT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/scripts/configBNT b/xCAT-server/share/xcat/scripts/configBNT index 3dc4062bc..c307d2806 100755 --- a/xCAT-server/share/xcat/scripts/configBNT +++ b/xCAT-server/share/xcat/scripts/configBNT @@ -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; }