Skip to content

Commit ca1af82

Browse files
committed
Add Arista-7060X6-64PE-B-O128S2 to port_utils
1 parent 2591abd commit ca1af82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/module_utils/port_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_port_alias_to_name_map(hwsku, asic_name=None):
113113
port_alias_to_name_map["Ethernet%d/1" % i] = "Ethernet%d" % ((i - 1) * 8)
114114
port_alias_to_name_map["Ethernet65"] = "Ethernet512"
115115
port_alias_to_name_map["Ethernet66"] = "Ethernet513"
116-
elif hwsku in ["Arista-7060X6-64DE-O128S2", "Arista-7060X6-64PE-O128S2"]:
116+
elif hwsku in ["Arista-7060X6-64DE-O128S2", "Arista-7060X6-64PE-O128S2", "Arista-7060X6-64PE-B-O128S2"]:
117117
for i in range(1, 65):
118118
for j in [1, 5]:
119119
port_alias_to_name_map["Ethernet%d/%d" % (i, j)] = "Ethernet%d" % ((i - 1) * 8 + j - 1)

0 commit comments

Comments
 (0)