commit | b5248c957371de5a3dcb5d052007ad369afb6689 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Mon Jun 24 15:53:08 2019 -0700 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Mon Jun 24 16:37:59 2019 -0700 |
tree | 4fde4bfa239840df6c02a123e31ca59d97483717 | |
parent | 3de424cd4e55ff85ed013282b4308f9f80c77894 [diff] |
Fix privilege level for Read FRU Data command Per the IPMI spec, the Read FRU Data command requires only User privilege level. Tested: Before: ipmitool -I lanplus -L USER raw 0xa 0x11 Unable to send RAW command (channel=0x0 netfn=0xa lun=0x0 cmd=0x11 rsp=0xd4): Insufficient privilege level After: ipmitool -I lanplus -L USER raw 0xa 0x11 Unable to send RAW command (channel=0x0 netfn=0xa lun=0x0 cmd=0x11 rsp=0xff): Unspecified error Change-Id: I4c4df9a0813a93f69f0d66994af37c8f67f74f9e Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
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
.