nut
nut copied to clipboard
Ensure that `nut-ipmipsu` driver is IPv6 (and remote at all) capable
Also revised how our other drivers for networked port values parse their device_path - if anyone needs similar fixes?
-
nut-ipmipsu.ccurrently only uses local device access, it seems; there are comments regarding syntax for remote IPMI (id?@host), but it is not parsed that way.- In
nut-scannerthere isipmi_ctx_open_outofbandscanning however. I did not quite find docs, but in sources https://fossies.org/linux/freeipmi/libfreeipmi/api/ipmi-api.c it seems the internal_setup_hostname()used in differentctx openmethods does parse the "hostname" string intohostname_ptrandport_ptr.
- In
Originally posted by @jimklimov in https://github.com/networkupstools/nut/issues/3122#issuecomment-3397392274