Skip to content

Commit 8cf7d08

Browse files
committed
Revert "tlm_teamd: Filter portchannel subinterface events from STATE_DB LAG_TABLE (sonic-net#2408)"
This reverts commit a2bac7c.
1 parent 39f5cdf commit 8cf7d08

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

tlm_teamd/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INCLUDES = -I $(top_srcdir) -I$(top_srcdir)/lib
1+
INCLUDES = -I $(top_srcdir)
22

33
bin_PROGRAMS = tlm_teamd
44

tlm_teamd/main.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include "teamdctl_mgr.h"
1111
#include "values_store.h"
12-
#include "subintf.h"
1312

1413

1514
bool g_run = true;
@@ -31,11 +30,6 @@ void update_interfaces(swss::SubscriberStateTable & table, TeamdCtlMgr & mgr)
3130
const auto & lag_name = kfvKey(entry);
3231
const auto & op = kfvOp(entry);
3332

34-
if (lag_name.find(VLAN_SUB_INTERFACE_SEPARATOR) != std::string::npos)
35-
{
36-
SWSS_LOG_INFO("Skip subintf %s statedb event", lag_name.c_str());
37-
continue;
38-
}
3933
if (op == "SET")
4034
{
4135
mgr.add_lag(lag_name);

0 commit comments

Comments
 (0)