Skip to content

Commit

Permalink
[snmp] Fix a bug in SNMP alias mapping
Browse files Browse the repository at this point in the history
Which was introduced in #448.
  • Loading branch information
taoyl-ms authored Apr 3, 2017
1 parent a0c80d8 commit aaa5773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-snmp-sv2/alias_map.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
{% for member in minigraph_ports.keys() %}
"{{member}}": "{{minigraph_ports[member]['alias']}}"
"{{member}}": "{{minigraph_ports[member]['alias']}}"{% if not loop.last %},{% endif %}
{% endfor %}
}

0 comments on commit aaa5773

Please sign in to comment.