Skip to content

Commit 743080d

Browse files
authored
Increase sleep before restarting bgp on leaf switches otherwise default route is missing (#262)
1 parent 56c8617 commit 743080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ up: env gen-certs control-plane-bake partition-bake
6363
ssh -F files/ssh/config leaf01 'systemctl restart metal-core'
6464
ssh -F files/ssh/config leaf02 'systemctl restart metal-core'
6565
# TODO: for community SONiC versions > 202311 a bgp restart is needed in the virtual environment
66-
sleep 10
66+
sleep 15
6767
ssh -F files/ssh/config leaf01 'systemctl restart bgp'
6868
ssh -F files/ssh/config leaf02 'systemctl restart bgp'
6969

0 commit comments

Comments
 (0)