We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2591abd commit ca1af82Copy full SHA for ca1af82
1 file changed
ansible/module_utils/port_utils.py
@@ -113,7 +113,7 @@ def get_port_alias_to_name_map(hwsku, asic_name=None):
113
port_alias_to_name_map["Ethernet%d/1" % i] = "Ethernet%d" % ((i - 1) * 8)
114
port_alias_to_name_map["Ethernet65"] = "Ethernet512"
115
port_alias_to_name_map["Ethernet66"] = "Ethernet513"
116
- elif hwsku in ["Arista-7060X6-64DE-O128S2", "Arista-7060X6-64PE-O128S2"]:
+ elif hwsku in ["Arista-7060X6-64DE-O128S2", "Arista-7060X6-64PE-O128S2", "Arista-7060X6-64PE-B-O128S2"]:
117
for i in range(1, 65):
118
for j in [1, 5]:
119
port_alias_to_name_map["Ethernet%d/%d" % (i, j)] = "Ethernet%d" % ((i - 1) * 8 + j - 1)
0 commit comments