Commit 2e31a38 1 parent 7e45756 commit 2e31a38 Copy full SHA for 2e31a38
File tree 2 files changed +2
-0
lines changed
src/sonic-config-engine/tests/sample_output
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change
1
+ configure ports eth0 lldp portidsubtype local {{ MGMT_INTERFACE.keys()[0] [0] }}
1
2
{% for local_port in DEVICE_NEIGHBOR %}
2
3
configure ports {{ local_port }} lldp portidsubtype local {{ PORT[local_port] ['alias'] }} description {{ DEVICE_NEIGHBOR[local_port] ['name'] }}:{{ DEVICE_NEIGHBOR[local_port] ['port'] }}
3
4
{% endfor %}
Original file line number Diff line number Diff line change
1
+ configure ports eth0 lldp portidsubtype local eth0
1
2
configure ports Ethernet116 lldp portidsubtype local fortyGigE0/116 description ARISTA02T1:Ethernet1/1
2
3
configure ports Ethernet124 lldp portidsubtype local fortyGigE0/124 description ARISTA04T1:Ethernet1/1
3
4
configure ports Ethernet112 lldp portidsubtype local fortyGigE0/112 description ARISTA01T1:Ethernet1/1
You can’t perform that action at this time.
0 commit comments