We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b6f36 commit 5ad1b81Copy full SHA for 5ad1b81
1 file changed
dockers/docker-snmp/snmpd.conf.j2
@@ -26,7 +26,7 @@
26
27
{% if SNMP_AGENT_ADDRESS_CONFIG %}
28
{% for (agentip, port, vrf) in SNMP_AGENT_ADDRESS_CONFIG %}
29
-agentAddress {{ protocol(agentip) }}:[{{ agentip }}]{% if port %}:{{ port }}{% endif %}{% if vrf %}%{{ vrf }}{% endif %}{{ "" }}
+agentAddress {{ protocol(agentip) }}:[{{ agentip }}]{% if vrf %}@{{ vrf }}{% endif %}{% if port %}:{{ port }}{% endif %}{{ "" }}
30
{% endfor %}
31
{% else %}
32
agentAddress udp:161
0 commit comments