[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
66245e29a3
commit
b715ec89c4
@ -64,7 +64,7 @@ function getBootType()
|
||||
TYPE='fastfast'
|
||||
;;
|
||||
*SONIC_BOOT_TYPE=fast*|*fast-reboot*)
|
||||
TYPE='fast'
|
||||
TYPE=$(awk '{ if ($1 <= 180) print "fast"; else print "cold" }' /proc/uptime)
|
||||
;;
|
||||
*)
|
||||
TYPE='cold'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 99d9ca8e3291cead8a3f15ff2cb15cf53d70a896
|
||||
Subproject commit 904a350107793d44be7167500fcec9087ca3243b
|
Loading…
Reference in New Issue
Block a user