mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ipmi_dcmi: fix typo in nm_policy_options initialization.
This re-enables "nm policy add" functionality.
This commit is contained in:
parent
5647cd16d2
commit
d9adbf12f1
@ -450,7 +450,7 @@ const struct dcmi_cmd nm_policy_options[] = {
|
|||||||
{ 0x02, "disable", "" },
|
{ 0x02, "disable", "" },
|
||||||
{ 0x03, "domain", "" },
|
{ 0x03, "domain", "" },
|
||||||
{ 0x04, "inlet", "inlet air temp full limiting (SCRAM)" },
|
{ 0x04, "inlet", "inlet air temp full limiting (SCRAM)" },
|
||||||
{ 0x06, "correction" "auto, soft, hard" },
|
{ 0x06, "correction","auto, soft, hard" },
|
||||||
{ 0x08, "power", "power limit in watts" },
|
{ 0x08, "power", "power limit in watts" },
|
||||||
{ 0x09, "trig_lim", "time to send alert" },
|
{ 0x09, "trig_lim", "time to send alert" },
|
||||||
{ 0x0A, "stats", "moving window averaging time" },
|
{ 0x0A, "stats", "moving window averaging time" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user