Fixing net-snmp IPv6 compatibility (#835)

This commit is contained in:
MrXermon
2018-09-11 09:04:44 +02:00
committed by Franco Fichtner
parent 53df78a5f2
commit 919281bc94
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= net-snmp
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Net-SNMP is a daemon for the SNMP protocol
PLUGIN_DEPENDS= net-snmp
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -15,6 +15,7 @@ agentAddress udp:161,udp6:[::1]:161
{% if helpers.exists('OPNsense.netsnmp.general.community') and OPNsense.netsnmp.general.community != '' %}
rocommunity {{ OPNsense.netsnmp.general.community }}
rocommunity6 {{ OPNsense.netsnmp.general.community }}
{% endif %}
{% if helpers.exists('OPNsense.netsnmp.user.users.user') %}