[PATCH phosphor-host-ipmid] Add OEM NETFN
OpenBMC Patches
patches at stwcx.xyz
Thu Oct 22 13:31:58 AEDT 2015
From: Chris Austen <austenc at us.ibm.com>
---
ipmid-api.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ipmid-api.h b/ipmid-api.h
index caf18e8..58810fa 100755
--- a/ipmid-api.h
+++ b/ipmid-api.h
@@ -70,7 +70,8 @@ enum ipmi_net_fns
NETFUN_STORAGE = (0x0a << 2),
NETFUN_TRANPORT = (0x0c << 2),
NETFUN_GRPEXT = (0x2c << 2),
- NETFUN_NONE = (0x30 << 2)
+ NETFUN_NONE = (0x30 << 2),
+ NETFUN_OEM = (0x32 << 2)
};
// IPMI commands for net functions. Since this is to be used both by the ipmi
--
2.6.0
More information about the openbmc
mailing list