[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:
pavel-shirshov 2018-02-14 19:09:28 -08:00 committed by lguohan
parent 971be65546
commit f6deaa22f7
2 changed files with 8 additions and 1 deletions

View File

@ -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