| commit | bc5e9bab25e356caa9c7b7b04b68969f2ab62eb9 | [log] [tgz] |
|---|---|---|
| author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Tue May 07 13:32:48 2019 +0530 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 23 17:28:40 2019 +0000 |
| tree | f85327e7086f1cb1ba459aa20a32c52ce24a4011 | |
| parent | 89e4bf28a5ebf56a0c21b0cda0e9a8354464779d [diff] |
channelcmds: move get channel access to new IPMI provider API
Update the get channel access command to use the new IPMI provider API. As a
part of this change, the command is now able to use the special channel 0x0e.
Tested-by:
ipmitool -I lanplus -H ... -U ... channel getaccess 0xe 1
Maximum User IDs : 15
Enabled User IDs : 1
User ID : 1
User Name : root
Fixed Name : No
Access Available : callback
Link Authentication : enabled
IPMI Messaging : enabled
Privilege Level : ADMINISTRATOR
Enable Status : enabled
Change-Id: I97ad74ae183a15dd5f45dfa70341225794087b2a
Signed-off-by: NITIN SHARMA <nitin1x.sharma@intel.com>
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Signed-off-by: Vernon Mauery <vernon.mauery@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.