Skip to content

Commit

Permalink
Revert "[vnetorch] ECMP for vnet tunnel routes with endpoint health m…
Browse files Browse the repository at this point in the history
…onitor (sonic-net#1955)"

This reverts commit 874614d.
  • Loading branch information
dgsudharsan committed Jan 11, 2022
1 parent 54e2b59 commit a305085
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 981 deletions.
2 changes: 0 additions & 2 deletions orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ bool OrchDaemon::init()
gPortsOrch = new PortsOrch(m_applDb, ports_tables);
TableConnector stateDbFdb(m_stateDb, STATE_FDB_TABLE_NAME);
gFdbOrch = new FdbOrch(m_applDb, app_fdb_tables, stateDbFdb, gPortsOrch);
TableConnector stateDbBfdSessionTable(m_stateDb, STATE_BFD_SESSION_TABLE_NAME);
gBfdOrch = new BfdOrch(m_applDb, APP_BFD_SESSION_TABLE_NAME, stateDbBfdSessionTable);

vector<string> vnet_tables = {
APP_VNET_RT_TABLE_NAME,
Expand Down
Loading

0 comments on commit a305085

Please sign in to comment.