Skip to content

Commit

Permalink
Add warm-boot feature processing for wedge100bf_32x/65x platforms (so…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Yadvichuk authored and lguohan committed Apr 11, 2019
1 parent e6d7f52 commit a1d423b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ case "$REBOOT_TYPE" in
# source mlnx-ffb.sh file with
# functions to check ISSU upgrade possibility
source mlnx-ffb.sh
elif [[ "$sonic_asic_type" == "barefoot" ]]; then
REBOOT_TYPE="fastfast-reboot"
BOOT_TYPE_ARG="fastfast"
else
BOOT_TYPE_ARG="warm"
fi
Expand Down

0 comments on commit a1d423b

Please sign in to comment.