commit | 80207e6202d0f2dad62e8c5d9e83704bfe68c07c | [log] [tgz] |
---|---|---|
author | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Sat Jul 04 16:34:15 2020 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 09 18:34:14 2020 +0000 |
tree | 3ccbd6b2d3752c1945ecf175c3b20ba1d113c408 | |
parent | 3c5e413b55e60bdf4c7c34d06485e00915a969dd [diff] |
apphandler: Fix for total session slots count Issue: Get session info shows 60 sessions as total number of sessions for all medium_type as lan-802 channels instead actual sessions. Fix: Initialize the channel Info structure to empty to avoid wrong calculation of total number of session slots for all channels which are having medium_type as lan-802. Tested: Verified using ipmitool command. Before: Command: ipmitool -I lanplus -H <BMC-IP> -C 17 -U root -P <Password> session info all Response: session handle : 129 slot count : 60 active sessions : 1 user id : 1 privilege level : ADMINISTRATOR session type : IPMIv2/RMCP+ channel number : 0x03 console ip : 10.190.201.113 console mac : 00:00:00:00:00:00 console port : 42963 After: Command: ipmitool -I lanplus -H <BMC-IP> -C 17 -U root -P <Password> session info all Response: session handle : 129 slot count : 30 active sessions : 1 user id : 1 privilege level : ADMINISTRATOR session type : IPMIv2/RMCP+ channel number : 0x03 console ip : 10.190.201.113 console mac : 00:00:00:00:00:00 console port : 48994 Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I9a4523bfbaeb0178f15e8b40f034b43d7ce4b8a0
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
.