From ce4e32f48976898b4995e8cd08ec5d1c81699633 Mon Sep 17 00:00:00 2001 From: Jules Taplin Date: Tue, 7 Aug 2018 12:41:05 +0100 Subject: T733: snmp.py: set IPv6 community string Also fixed it to correctly set an IPv6 community string, even if you don't specify the network it's working on. --- src/conf_mode/snmp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf_mode') diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index 001e6c6b4..3b47ffc98 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -148,6 +148,7 @@ agentaddress unix:/run/snmpd.socket{% if listen_on %}{% for li in listen_on %},{ {% endfor %} {% else %} {{ c.authorization }}community {{ c.name }} +{{ c.authorization }}community6 {{ c.name }} {% endif %} {% endfor %} {% endif %} -- cgit v1.2.3