summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host-ipmid/ipmid-api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index cc3be36..5539f9c 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -94,7 +94,8 @@ enum ipmi_net_fns
NETFUN_TRANSPORT = 0x0c,
NETFUN_GRPEXT = 0x2c,
NETFUN_NONE = 0x30,
- NETFUN_OEM = 0x32
+ NETFUN_OEM = 0x32,
+ NETFUN_IBM_OEM = 0x3A
};
// IPMI commands for net functions. Since this is to be used both by the ipmi
OpenPOWER on IntegriCloud