Skip to content

Commit

Permalink
Addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
divyachandralekha committed Dec 12, 2024
1 parent 547809a commit c94e604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ bool OrchDaemon::init()
APP_STP_FASTAGEING_FLUSH_TABLE_NAME
};
gStpOrch = new StpOrch(m_applDb, m_stateDb, stp_tables);
gDirectory.set(gStpOrch);

vector<string> vnet_tables = {
APP_VNET_RT_TABLE_NAME,
Expand Down

0 comments on commit c94e604

Please sign in to comment.