mirror of
https://opendev.org/x/pyghmi
synced 2026-06-20 10:30:52 +00:00
37bfae70c4da7f726418473d60668a64ac3016cc
Some configurations disable dual stack sockets. For example if net.ipv6.bindv6only is 1 in linux, pyghmi was failing. Address by explicitly requesting the converse behavior on the socket since we explicitly do want to not care whether a particular socket is engaged in ipv4 or ipv6 activity. Change-Id: I17a16f0ebe4752ca743f115af39a367670691507
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.7%
Go Template
0.2%
Shell
0.1%