Skip to content

Commit

Permalink
[LLDP]: Port description (TLV 4) now contains '<neighbor_host_name>:<…
Browse files Browse the repository at this point in the history
…port_name>' (#772)
  • Loading branch information
jleveque authored Jun 29, 2017
1 parent 39bd495 commit bce5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-lldp-sv2/lldpd.conf.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% for member in minigraph_ports.keys() %}
configure ports {{member}} lldp portidsubtype local {{minigraph_ports[member]['alias']}}
configure ports {{ member }} lldp portidsubtype local {{ minigraph_ports[member]['alias'] }} description {{ minigraph_neighbors[member]['name'] }}:{{ minigraph_neighbors[member]['port'] }}
{% endfor %}

0 comments on commit bce5446

Please sign in to comment.