Skip to content

Commit aa63b7d

Browse files
committed
fix: restart bgp for all community sonic flavors after up
1 parent 7367c66 commit aa63b7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ up: env gen-certs control-plane-bake partition-bake
7878
ssh -F files/ssh/config leaf02 'systemctl restart metal-core'
7979

8080
# for community SONiC versions > 202311 a bgp restart is needed in the virtual environment
81-
ifeq ($(MINI_LAB_FLAVOR),capms_sonic)
81+
# TODO: should be investigated and fixed if possible
82+
ifeq ($(filter $(MINI_LAB_FLAVOR),dell_sonic capms_dell_sonic),)
8283
sleep 15
8384
ssh -F files/ssh/config leaf01 'systemctl restart bgp'
8485
ssh -F files/ssh/config leaf02 'systemctl restart bgp'

0 commit comments

Comments
 (0)