[fast-reboot]: Dump default routes before fast-reboot procedure (#1392)
* Insert default routes into the APPL DB in fast-reboot proceduce Update sonic-utilities submodule
This commit is contained in:
parent
971be65546
commit
f6deaa22f7
@ -16,6 +16,13 @@ function fast_reboot {
|
||||
swssconfig /arp.json
|
||||
rm -f /arp.json
|
||||
fi
|
||||
|
||||
if [[ -f /default_routes.json ]];
|
||||
then
|
||||
swssconfig /default_routes.json
|
||||
rm -f /default_routes.json
|
||||
fi
|
||||
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dac636f1fe21928b986b6e8bfec2121199c570c3
|
||||
Subproject commit 7a7c285385258372649dacbd150afe1fa89d4049
|
Loading…
Reference in New Issue
Block a user