We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7367c66 commit aa63b7dCopy full SHA for aa63b7d
1 file changed
Makefile
@@ -78,7 +78,8 @@ up: env gen-certs control-plane-bake partition-bake
78
ssh -F files/ssh/config leaf02 'systemctl restart metal-core'
79
80
# for community SONiC versions > 202311 a bgp restart is needed in the virtual environment
81
-ifeq ($(MINI_LAB_FLAVOR),capms_sonic)
+# TODO: should be investigated and fixed if possible
82
+ifeq ($(filter $(MINI_LAB_FLAVOR),dell_sonic capms_dell_sonic),)
83
sleep 15
84
ssh -F files/ssh/config leaf01 'systemctl restart bgp'
85
ssh -F files/ssh/config leaf02 'systemctl restart bgp'
0 commit comments