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
This commit is contained in:
jbjohnso 2012-02-07 15:09:16 +00:00
parent 9bc1b7f8f1
commit e455afa765

View File

@ -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