mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-25 06:41:35 +00:00
- Fix issue with answer of send command (cmd 34h NetFn 6h).
This commit is contained in:
@@ -726,7 +726,11 @@ ipmi_lan_poll_recv(struct ipmi_intf * intf)
|
||||
&&
|
||||
rsp->payload.ipmi_response.cmd == 0x34
|
||||
&&
|
||||
rsp->payload.ipmi_response.netfn == 0x06
|
||||
(
|
||||
rsp->payload.ipmi_response.netfn == 0x06
|
||||
||
|
||||
rsp->payload.ipmi_response.netfn == 0x07
|
||||
)
|
||||
&&
|
||||
rsp->payload.ipmi_response.rs_lun == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user