commit | c9290e755fdfa7e6efb0be0da52532a826777a0f | [log] [tgz] |
---|---|---|
author | Jiaqing Zhao <jiaqing.zhao@intel.com> | Wed Jan 05 12:57:11 2022 +0800 |
committer | Jiaqing Zhao <jiaqing.zhao@intel.com> | Thu Mar 03 14:03:32 2022 +0800 |
tree | e5008af1ec5ad32d96baa265e284324257c067b2 | |
parent | 3a1be321da23b2201ac19441c429a26e2412ebc4 [diff] |
Fix SOL over SSH service control According to Intel BMC EPS, byte 2 bit 6 of control BMC Service command (0x30 0xB1) controls SOL over SSH service. But now it controls the SOL service, meaning that disabling it will also disable other SOL services like SOL over RMCP+ and SOL on web, while SOL SSH port is still open and accepts incoming connections. This patch fixes this issue by only disabling the SOL SSH service. Tested: * Disabling SOL over SSH will stop the SOL SSH service and all existing SOL SSH connections are closed. The port is also closed. * After disabling SOL SSH service, SOL can still be connected from web. Change-Id: I4f4001805a636ea33168327be806afba1328fcc4 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
This component is intended to provide Intel-specific IPMI[3]
command handlers for OpenBMC. These handlers are intended to integrate BMC with servers based on Intel architecture.
intel-ipmi-oem
serves as an extension[1]
to OpenBMC IPMI daemon[2]
. It is compiled as a shared library and intended to both:
Related features provided by the library are grouped in separate source files. Main extensions to vanilla OpenBMC IPMI stack are the following:
[4]