mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fixing net-snmp IPv6 compatibility (#835)
This commit is contained in:
committed by
Franco Fichtner
parent
53df78a5f2
commit
919281bc94
@@ -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') %}
|
||||
|
||||
Reference in New Issue
Block a user