Skip to content

Commit 36f7332

Browse files
madhanmellanoxMadhan Babu
and
Madhan Babu
authored
modified ERR log to NOTICE log for FDB notification failure after VLAN delete (sonic-net#1595)
the VLAN is already removed and we are receiving a FLUSH notification for the same, it should be treated as a warning and not an error. Co-authored-by: Madhan Babu <madhan@arc-build-server.mtr.labs.mlnx>
1 parent c21c883 commit 36f7332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/fdborch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void FdbOrch::update(sai_fdb_event_t type,
184184

185185
if (!m_portsOrch->getPort(entry->bv_id, vlan))
186186
{
187-
SWSS_LOG_ERROR("FdbOrch LEARN notification: Failed to locate vlan port from bv_id 0x%" PRIx64, entry->bv_id);
187+
SWSS_LOG_NOTICE("FdbOrch LEARN notification: Failed to locate vlan port from bv_id 0x%" PRIx64, entry->bv_id);
188188
return;
189189
}
190190

0 commit comments

Comments
 (0)