commit | e39ba9930b66ed46b15147f4f12dd7f92b63da32 | [log] [tgz] |
---|---|---|
author | Arun P. Mohanan <arun.p.m@intel.com> | Tue Dec 14 14:15:07 2021 +0530 |
committer | Arun P. Mohanan <arun.p.m@linux.intel.com> | Tue Dec 14 16:10:24 2021 +0530 |
tree | 6bced4dde35a7bdcec05414fb3e47cb54a5863f1 | |
parent | 6619ae468393d362638b525cfd927b1a2c125727 [diff] |
fix:Channel access mode set to disabled by default The recent commit ac05aa1cdeb0d5be0baae098c4187166ea026976 is reloading the channel config data alone when network interfaces added signals received. This results in clearing ChannelProperties completely and missed to fill ChannelAccess data back. Which broke IPMI over RMCP+. Update the same to call initChannelPersistData() instead so that complete channel config data can be reloaded. Tested: Verified Access Mode value is populated correctly. IPMI commands over RMCP+ worked as expected. Signed-off-by: Arun P. Mohanan <arun.p.m@linux.intel.com> Change-Id: I45105f7a14ab9c32589f1f9f972ab2572d274877
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
.