librenms / librenms-agent

LibreNMS Agent & Scripts
GNU General Public License v2.0
118 stars 188 forks source link

Support IPv6 configurations in redis.py #385

Open tuxis-ie opened 2 years ago

tuxis-ie commented 2 years ago

https://github.com/librenms/librenms-agent/blob/e20c1cf269584070e255b342229304ef385e9513/snmp/redis.py#L37

This line breaks setups using IPv6. Easy fixed with

        k, v = d.split(b":", 1)