[Fast-Reboot]: FR mode is active only first 3 minutes after start. (#3352)
* Fast reboot mode should be enabled only 3 minutes after restart * Advance sonic-quagga submodule
This commit is contained in:
parent
f468bc7859
commit
8facac9149
@ -64,7 +64,7 @@ function getBootType()
|
|||||||
TYPE='fastfast'
|
TYPE='fastfast'
|
||||||
;;
|
;;
|
||||||
*SONIC_BOOT_TYPE=fast*|*fast-reboot*)
|
*SONIC_BOOT_TYPE=fast*|*fast-reboot*)
|
||||||
TYPE='fast'
|
TYPE=$(awk '{ if ($1 <= 180) print "fast"; else print "cold" }' /proc/uptime)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
TYPE='cold'
|
TYPE='cold'
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b1d01a2dd841f76e73067171702f7c6321793c49
|
Subproject commit 904a350107793d44be7167500fcec9087ca3243b
|
Reference in New Issue
Block a user