We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f5742 commit 8f1700eCopy full SHA for 8f1700e
1 file changed
orchagent/orchdaemon.cpp
@@ -363,14 +363,8 @@ void OrchDaemon::warmRestoreAndSyncUp()
363
o->doTask();
364
}
365
366
- // One more iteration due to the VLAN lag empty member restrictioin temporary fix, to be removed.
367
- for (Orch *o : m_orchList)
368
- {
369
- o->doTask();
370
- }
371
-
372
/*
373
- * At this point, all the pre-existing data should be have been processed properly, and
+ * At this point, all the pre-existing data should have been processed properly, and
374
* orchagent should be in exact same state of pre-shutdown.
375
* Perform restore validation as needed.
376
*/
0 commit comments