commit | c2cd29d48cf9d2c716bd73f60570733dae9cb0ed | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Fri Feb 05 20:02:29 2016 -0600 |
committer | Chris Austen <austenc@us.ibm.com> | Fri Feb 05 20:02:29 2016 -0600 |
tree | 8d0d65ee1eec8ef5ac328f8f246ae766f287a97b | |
parent | bec22bb7cf730147bf4b036fa9237b8495be4e75 [diff] [blame] |
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 <parms> instead of just the raw command the get channel info was needed.
diff --git a/Makefile b/Makefile index 58e7310..7a3b6af 100644 --- a/Makefile +++ b/Makefile
@@ -15,7 +15,8 @@ ipmisensor.o \ storageaddsel.o \ transporthandler.o \ - globalhandler.o + globalhandler.o \ + groupext.o LIB_HOST_SRV_OBJ = host-services.o