Skip to content

Commit a1d423b

Browse files
Pavlo Yadvichuklguohan
Pavlo Yadvichuk
authored andcommitted
Add warm-boot feature processing for wedge100bf_32x/65x platforms (sonic-net#485)
1 parent e6d7f52 commit a1d423b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/fast-reboot

+3
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ case "$REBOOT_TYPE" in
228228
# source mlnx-ffb.sh file with
229229
# functions to check ISSU upgrade possibility
230230
source mlnx-ffb.sh
231+
elif [[ "$sonic_asic_type" == "barefoot" ]]; then
232+
REBOOT_TYPE="fastfast-reboot"
233+
BOOT_TYPE_ARG="fastfast"
231234
else
232235
BOOT_TYPE_ARG="warm"
233236
fi

0 commit comments

Comments
 (0)