diff --git a/pyghmi/ipmi/command.py b/pyghmi/ipmi/command.py index 6709db1c..7b798761 100644 --- a/pyghmi/ipmi/command.py +++ b/pyghmi/ipmi/command.py @@ -1226,6 +1226,8 @@ class Command(object): currtype[1] |= 0b10000000 else: currtype[1] &= 0b1111111 + # set PET trap destination + currtype[1] &= 0b1111000 if acknowledge_timeout is not None: currtype[2] = acknowledge_timeout if retries is not None: