diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 7e32160..2bf1882 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -48,6 +48,7 @@ const struct valstr ipmi_oem_info[] = { { IPMI_OEM_GOOGLE, "Google" }, { IPMI_OEM_KONTRON, "Kontron" }, { IPMI_OEM_NOKIA, "Nokia" }, + { IPMI_OEM_PICMG, "PICMG" }, { 0xffff , NULL }, };