diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 13:33:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 13:33:41 +0100 |
commit | b5b2075a902277c33d7cf1b82f49f0fac7ef4cb9 (patch) | |
tree | 1aa3760d12518e0f7d04bf872de5039aed6c8196 /lib/lanplus/lanplus.c | |
parent | d602f4fb516292c297072bd924289eea37b45fa2 (diff) |
New upstream version 3.2.1upstream/3.2.1upstream
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) |