File tree 1 file changed +3
-3
lines changed
device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-D48C8
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
{% - if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% - endif %}
9
9
{% - if PORT_ALL .append ("Ethernet%d" % (port_idx * 4 + 2)) %}{% - endif %}
10
10
{% - endfor %}
11
- {% - for port_idx in range (24 ,32) %}
11
+ {% - for port_idx in range (26 ,32) %}
12
12
{% - if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% - endif %}
13
13
{% - if PORT_ALL .append ("Ethernet%d" % (port_idx * 4 + 2)) %}{% - endif %}
14
14
{% - endfor %}
15
15
{% - for port_idx in range (6,10) %}
16
16
{% - if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% - endif %}
17
17
{% - endfor %}
18
- {% - for port_idx in range (22,24 ) %}
18
+ {% - for port_idx in range (22,26 ) %}
19
19
{% - if PORT_ALL .append ("Ethernet%d" % (port_idx * 4)) %}{% - endif %}
20
20
{% - endfor %}
21
- {% - endmacro %}
21
+ {% - endmacro %}
You can’t perform that action at this time.
0 commit comments