mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
added helpers for the set in progress values
This commit is contained in:
parent
53a67cfc12
commit
a33c9103f3
@ -41,10 +41,14 @@
|
|||||||
/*
|
/*
|
||||||
* COMMANDS
|
* COMMANDS
|
||||||
*/
|
*/
|
||||||
#define IPMI_GET_SDR_REPOSITORY_INFO 0x20
|
#define IPMI_GET_SDR_REPOSITORY_INFO 0x20
|
||||||
#define IMPI_SOL_ACTIVATING 0x20
|
#define IMPI_SOL_ACTIVATING 0x20
|
||||||
#define IMPI_SET_SOL_CONFIG_PARAMETERS 0x21
|
#define IMPI_SET_SOL_CONFIG_PARAMETERS 0x21
|
||||||
#define IMPI_GET_SOL_CONFIG_PARAMETERS 0x22
|
#define IMPI_GET_SOL_CONFIG_PARAMETERS 0x22
|
||||||
|
#define IPMI_ACTIVATE_PAYLOAD 0x48
|
||||||
|
#define IPMI_DEACTIVATE_PAYLOAD 0x49
|
||||||
|
#define IPMI_SUSPEND_RESUME_PAYLOAD_ENCRYPTYION 0x55
|
||||||
|
|
||||||
|
|
||||||
#define IPMI_SESSION_AUTHTYPE_NONE 0x0
|
#define IPMI_SESSION_AUTHTYPE_NONE 0x0
|
||||||
#define IPMI_SESSION_AUTHTYPE_MD2 0x1
|
#define IPMI_SESSION_AUTHTYPE_MD2 0x1
|
||||||
@ -53,11 +57,15 @@
|
|||||||
#define IPMI_SESSION_AUTHTYPE_OEM 0x5
|
#define IPMI_SESSION_AUTHTYPE_OEM 0x5
|
||||||
#define IPMI_SESSION_AUTHTYPE_RMCP_PLUS 0x6
|
#define IPMI_SESSION_AUTHTYPE_RMCP_PLUS 0x6
|
||||||
|
|
||||||
|
|
||||||
#define IPMI_SESSION_PRIV_CALLBACK 0x1
|
#define IPMI_SESSION_PRIV_CALLBACK 0x1
|
||||||
#define IPMI_SESSION_PRIV_USER 0x2
|
#define IPMI_SESSION_PRIV_USER 0x2
|
||||||
#define IPMI_SESSION_PRIV_OPERATOR 0x3
|
#define IPMI_SESSION_PRIV_OPERATOR 0x3
|
||||||
#define IPMI_SESSION_PRIV_ADMIN 0x4
|
#define IPMI_SESSION_PRIV_ADMIN 0x4
|
||||||
#define IPMI_SESSION_PRIV_OEM 0x5
|
#define IPMI_SESSION_PRIV_OEM 0x5
|
||||||
|
|
||||||
|
#define IPMI_SET_IN_PROGRESS_SET_COMPLETE 0x00
|
||||||
|
#define IPMI_SET_IN_PROGRESS_IN_PROGRESS 0x01
|
||||||
|
#define IPMI_SET_IN_PROGRESS_COMMIT_WRITE 0x02
|
||||||
|
|
||||||
#endif /*IPMI_CONSTANTS_H*/
|
#endif /*IPMI_CONSTANTS_H*/
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
extern const struct valstr ipmi_channel_activity_type_vals[];
|
extern const struct valstr ipmi_channel_activity_type_vals[];
|
||||||
extern const struct valstr ipmi_privlvl_vals[];
|
extern const struct valstr ipmi_privlvl_vals[];
|
||||||
extern const struct valstr impi_bit_rate_vals[];
|
extern const struct valstr impi_bit_rate_vals[];
|
||||||
|
extern const struct valstr ipmi_set_in_progress_vals[];
|
||||||
|
|
||||||
|
|
||||||
#endif /*IPMI_STRINGS_H*/
|
#endif /*IPMI_STRINGS_H*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user