We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d97b05 commit 9f0bb8dCopy full SHA for 9f0bb8d
portsyncd/portsyncd.cpp
@@ -88,10 +88,8 @@ int main(int argc, char **argv)
88
89
if (!handlePortConfigFromConfigDB(p, cfgDb, warm))
90
{
91
- // if port config is missing in ConfigDB
92
- // program will exit with failure
93
- SWSS_LOG_THROW("ConfigDB does not have port information, exiting...");
94
- return EXIT_FAILURE;
+ SWSS_LOG_NOTICE("ConfigDB does not have port information, "
+ "however ports can be added later on, continuing...");
95
}
96
97
LinkSync sync(&appl_db, &state_db);
0 commit comments