From c2cd29d48cf9d2c716bd73f60570733dae9cb0ed Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Fri, 5 Feb 2016 20:02:29 -0600 Subject: Add minimal support for ipmitool Adding just a couple of ipmi commands that ipmitool always calls. I'm doing this because in order to run the ipmitool lan 1 instead of just the raw command the get channel info was needed. --- apphandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apphandler.h') diff --git a/apphandler.h b/apphandler.h index aa2a55d..a17ee7f 100644 --- a/apphandler.h +++ b/apphandler.h @@ -27,6 +27,8 @@ enum ipmi_netfn_app_cmds IPMI_CMD_GET_MSG_FLAGS = 0x31, IPMI_CMD_READ_EVENT = 0x35, IPMI_CMD_GET_CAP_BIT = 0x36, + IPMI_CMD_GET_CHAN_INFO = 0x42, + }; // A Mechanism to tell host to shtudown hosts by sending this PEM SEL. Really -- cgit v1.2.1