diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-17 07:26:19 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-17 07:26:19 +0100 |
commit | 7be666dd94b1a80bef2cc071217345ae7a06d2e8 (patch) | |
tree | 735a8c59992515a3a1c16e324289a873d2e2a359 /lib/lanplus/lanplus.c | |
parent | f09b12c3fc275b392b75e3bd7e6e66837d1391d5 (diff) | |
parent | 70b7269a9fd67648253f51886e53cef034475c6f (diff) |
Merge branch 'release/debian/3.2.1-1'HEADdebian/3.2.1-1master
Diffstat (limited to 'lib/lanplus/lanplus.c')
-rw-r--r-- | lib/lanplus/lanplus.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/lanplus/lanplus.c b/lib/lanplus/lanplus.c index 664eea6..781c768 100644 --- a/lib/lanplus/lanplus.c +++ b/lib/lanplus/lanplus.c @@ -881,7 +881,10 @@ ipmi_lan_poll_recv(struct ipmi_intf * intf) lprintf(LOG_DEBUG+2, "IPMI Request Match found"); if ( intf->target_addr != intf->my_addr && bridgePossible && rsp->data_len && - rsp->payload.ipmi_response.cmd == 0x34 ) + rsp->payload.ipmi_response.cmd == 0x34 && + (rsp->payload.ipmi_response.netfn == 0x06 || + rsp->payload.ipmi_response.netfn == 0x07) && + rsp->payload.ipmi_response.rs_lun == 0 ) { /* Check completion code */ if (rsp->data[offset-1] == 0) |