mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
thresholds and threshold mask. The "Discrete reading mask/Settable threshold mask, Readable threshold mask" field in SDR has two bytes (16 bits). The 16 bits should be treated as one uint16_t instead of two bytes. Otherwise, if someone sets the fields to 0x3f, it will be mistakenly interpreted as 0x3f00 instead of 0x003f.
Description
An open-source tool for controlling IPMI-enabled systems
5 MiB
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%