mirror of
https://opendev.org/x/pyghmi
synced 2026-03-30 14:53:32 +00:00
e4827408f317c2423f430733ffbbe8a9ca23e5ac
On June 10 2014 one condition was addressed that caused infinite recursion. Then it was an invalid timer that could fire in the midst of a command. The case where this could validly occur was overlooked. Address this by deferring invocation of keepalives until after command exits. If incommand indicated activity advances timeout in non custom keepalive case, then the keepalive timer will actually be correctly advanced. Change-Id: Iebe0241c1f928c4187f167f3ffa407f8c6f7fa84
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.9%
Shell
0.1%