From e455afa76533995355d9dc287d62156275610f26 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 7 Feb 2012 15:09:16 +0000 Subject: [PATCH] There is a fair chance that an xCAT server will lack the perl AES support, and therefore we care about cipher suite 2 as well git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11501 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/bmcsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot2/bmcsetup b/xCAT-nbroot2/bmcsetup index 6dad96b2f..3ed8bec85 100755 --- a/xCAT-nbroot2/bmcsetup +++ b/xCAT-nbroot2/bmcsetup @@ -267,7 +267,7 @@ if [ ! "$IPMIVER" == "1.5" ]; then if [ $i = 2 ]; then NEWACCESS=`printf "$NEWACCESS 0x%02x" $((0x$elem&0xf0))` elif [ $i = 3 ]; then - NEWACCESS=`printf "$NEWACCESS 0x%02x" $((0x$elem|0x40))` + NEWACCESS=`printf "$NEWACCESS 0x%02x" $((0x$elem|0x44))` elif [ $i != 0 ]; then NEWACCESS="$NEWACCESS 0x$elem" fi