rmxymh / infra-ecosphere

Provisioning Emulator with simulated BMC and Virtualbox.
MIT License
46 stars 20 forks source link

Fix HandleIPMIChassisControl to return proper response #3

Closed ymmt2005 closed 3 years ago

ymmt2005 commented 6 years ago

The response should be built with IPMI_NETFN_CHASSIS instead of IPMI_NETFN_APP.

Without this, some utilities would drop the response and send the request again. Specifically, ipmipower in freeipmi package behaves so.