From c4101246101430b081741ab1b6f4310ab91cc968 Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 29 Jan 2014 10:03:17 -0600 Subject: [PATCH] fix for a typo in confignics, caused ib configuration problems --- xCAT/postscripts/confignics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/confignics b/xCAT/postscripts/confignics index b4fde5a17..aea627eab 100755 --- a/xCAT/postscripts/confignics +++ b/xCAT/postscripts/confignics @@ -278,7 +278,7 @@ do else if [ `echo $key | grep -E '(eth|en)[0-9]+'` ];then str_nic_type="ethernet" - elif [ `echo $KEY | grep -E 'ib[0-9]+'` ];then + elif [ `echo $key | grep -E 'ib[0-9]+'` ];then str_nic_type="infiniband" else logger -t xcat -p local4.info "confignics: unknown nic type for $key: $str_value ."