File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ static const std::string STATE_DB_NAME = "STATE_DB";
11
11
static const std::string STATE_DB_SEPARATOR = " |" ;
12
12
static const std::string RESTART_KEY = " system" ;
13
13
static const std::string RESTART_ENABLE_FIELD = " enable" ;
14
- static const std::string FAST_REBOOT_TABLE_NAME = " FAST_REBOOT " ;
14
+ static const std::string FAST_REBOOT_TABLE_NAME = " FAST_RESTART_ENABLE_TABLE " ;
15
15
16
16
// waitAdvancedBootDone
17
17
bool RestartWaiter::waitAdvancedBootDone (
Original file line number Diff line number Diff line change 12
12
using namespace swss ;
13
13
using namespace std ;
14
14
15
- static const string FAST_REBOOT_KEY = " FAST_REBOOT |system" ;
15
+ static const string FAST_REBOOT_KEY = " FAST_RESTART_ENABLE_TABLE |system" ;
16
16
17
17
static void set_reboot_status (string status, int delay = 0 )
18
18
{
You can’t perform that action at this time.
0 commit comments