Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/library/generate_golden_config_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def generate_lt2_ft2_golden_config_db(self):
Generate golden_config for FT2 to enable FEC.
**Only PORT table is updated**.
"""
SUPPORTED_TOPO = ["ft2-64", "lt2-p32o64", "lt2-o128"]
SUPPORTED_TOPO = ["ft2-64", "lt2-p32o64", "lt2-o128", "ft2-o128"]
if self.topo_name not in SUPPORTED_TOPO:
return "{}"
SUPPORTED_PORT_SPEED = ["200000", "400000", "800000"]
Expand Down
Loading