mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Bernard Manjou patch to include the BULL IANA number in the IPMI_OEM list
This commit is contained in:
parent
d09e279c79
commit
b120e11c3d
@ -243,6 +243,7 @@ typedef enum IPMI_OEM {
|
||||
IPMI_OEM_HP = 11,
|
||||
IPMI_OEM_SUN = 42,
|
||||
IPMI_OEM_NOKIA = 94,
|
||||
IPMI_OEM_BULL = 107,
|
||||
IPMI_OEM_HITACHI_116 = 116,
|
||||
IPMI_OEM_NEC = 119,
|
||||
IPMI_OEM_TOSHIBA = 186,
|
||||
|
@ -65,6 +65,7 @@ const struct valstr ipmi_oem_info[] = {
|
||||
{ IPMI_OEM_HITACHI_116, "Hitachi" },
|
||||
{ IPMI_OEM_HITACHI_399, "Hitachi" },
|
||||
{ IPMI_OEM_NOKIA_SIEMENS_NETWORKS, "Nokia Siemens Networks" },
|
||||
{ IPMI_OEM_BULL, "Bull Company" },
|
||||
{ 0xffff , NULL },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user