Skip to content

Commit bce5446

Browse files
authored
[LLDP]: Port description (TLV 4) now contains '<neighbor_host_name>:<port_name>' (#772)
1 parent 39bd495 commit bce5446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-lldp-sv2/lldpd.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% for member in minigraph_ports.keys() %}
2-
configure ports {{member}} lldp portidsubtype local {{minigraph_ports[member]['alias']}}
2+
configure ports {{ member }} lldp portidsubtype local {{ minigraph_ports[member]['alias'] }} description {{ minigraph_neighbors[member]['name'] }}:{{ minigraph_neighbors[member]['port'] }}
33
{% endfor %}

0 commit comments

Comments
 (0)