2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 20:27:45 +00:00
Jarrod Johnon e4827408f3 Avoid recursing between keepalive and raw_command
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
2014-09-15 10:03:08 -04:00
2014-06-02 18:03:55 +00:00
2013-08-17 22:29:25 -04:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-06-24 14:15:39 -04:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2013-06-30 14:21:20 -04:00

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
No description provided
Readme 13 MiB
Languages
Python 99.9%
Shell 0.1%