Skip to content
Snippets Groups Projects
Commit f6afd26b authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

SNMP ACL - optional field

parent 338a0061
No related branches found
No related tags found
1 merge request!192Fix/pe specific fixes
Pipeline #90303 passed
......@@ -20,7 +20,9 @@
{% endif %}
<access-permissions>r</access-permissions>
<version>{{ community.version | default('v2c') }}</version>
{% if community.acl_name is defined %}
<source-access-list>{{ community.acl_name }}</source-access-list>
{% endif %}
</community>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment