mirror of
https://opendev.org/x/pyghmi
synced 2026-01-12 19:22:37 +00:00
Support SMMv2 permission check format
Change-Id: I3126e5fd6b34a7b74e506772b3dbd377609fb13f
This commit is contained in:
@@ -123,7 +123,7 @@ def fpc_get_nodeperm(ipmicmd, number, sz):
|
||||
perminfo = bytearray(rsp['data'])[1]
|
||||
if sz == 6: # FPC
|
||||
permfail = ('\x02', '\x03')
|
||||
elif sz == 2: # SMM
|
||||
else: # SMM
|
||||
permfail = ('\x02',)
|
||||
if perminfo & 0x20:
|
||||
if rsp['data'][4] in permfail:
|
||||
|
||||
Reference in New Issue
Block a user