Skip to content

Commit 19c4f43

Browse files
dayouliu1gshemesh2
authored andcommitted
Add t1-isolated-d32 to tor_default_route (sonic-net#18969)
What is the motivation for this PR? Configure t1-isolated-d32 default routes through it's TORs Signed-off-by: Guy Shemesh <[email protected]>
1 parent 0c38884 commit 19c4f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/library/announce_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ def main():
15891589
topo['configuration'].pop(vm_name)
15901590

15911591
is_storage_backend = "backend" in topo_name
1592-
tor_default_route = "t1-isolated-d128" in topo_name
1592+
tor_default_route = topo_name in ["t1-isolated-d128", "t1-isolated-d32"]
15931593

15941594
topo_type = get_topo_type(topo_name)
15951595

0 commit comments

Comments
 (0)