commit | b741b990923a290d321f4bc3c7b8f897a826f854 | [log] [tgz] |
---|---|---|
author | jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Mon Dec 02 17:29:09 2019 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Apr 02 02:41:58 2020 +0000 |
tree | de9944710f7626ab0aac8744a98b11e020232b81 | |
parent | e4e633ea6a46ab34c51ac3c53893db0a33f4dfff [diff] |
Added Cipher Suite priv param-24 to set/get LanCfg IPMI Spec. 23.1(Set lan configuration) and 23.2(get lan configuration) refers to set and get (write and read) privileges through set and get lan configuration command using parameter 24 (0x18, RMCP+ Messaging Cipher Suite Privilege Levels). This patch allows us to create/update user setting Cipher Suite privilege levels file. This patch makes set/get Cipher Suite Privilege Level parameter data to be persistent. Supports set and get Cipher Suite privilege levels command for any channel. Tested: Set Lan config: Command: ipmitool raw 0x0c 0x01 0x03 0x18 0x00 0x34 0x43 0x44 0x33 0x44 0x44 0x44 0x44 Response: //Success Get Lan config: Command: ipmitool raw 0x0c 0x02 0x03 0x18 0x01 0x01 Response: 11 00 34 43 44 33 44 44 44 44 Signed-off-by: jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I1357af820bd1082bda208aef3918be8c31bf1af3
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
.