commit | d7dadc27792747c00c3bfef4fc45d6f3184ba815 | [log] [tgz] |
---|---|---|
author | Ayushi Smriti <smriti.ayushi@linux.intel.com> | Tue Sep 03 11:43:45 2019 +0530 |
committer | smriti.ayushi <smriti.ayushi@linux.intel.com> | Wed Sep 25 05:36:40 2019 +0000 |
tree | f2ff81858f091064c4a08c666e5e37a3b0009c03 | |
parent | 5c3b72c6c167bf69de1dfd813745a7170b5ae995 [diff] |
Fix: execute get channel cipher suite in lan chan Get channel cipher suites command was executed for non lan channels. Fixing the same by adding active lan channel support check. Tested: ipmitool raw 0x06 0x54 0x01 0x00 0x80 01 c0 03 01 41 81 c0 11 03 44 81 //cmd executed for lan chan 1 ipmitool raw 0x06 0x54 0x00 0x00 0x80 Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x54 rsp=0xcc): Invalid data field in request //cc resulted for non lan chan 0 Signed-off-by: Ayushi Smriti <smriti.ayushi@linux.intel.com> Change-Id: Ic3c2dfa3f4537be789e2afc912fa8f4c2a49bda4
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.