Skip to content

Commit a9f69c1

Browse files
[syncd] Add to handle FDB MOVE notification (sonic-net#670)
1 parent c7ef5e9 commit a9f69c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/NotificationProcessor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void NotificationProcessor::redisPutFdbEntryToAsicView(
160160
return;
161161
}
162162

163-
if (fdb->event_type == SAI_FDB_EVENT_LEARNED)
163+
if (fdb->event_type == SAI_FDB_EVENT_LEARNED || fdb->event_type == SAI_FDB_EVENT_MOVE)
164164
{
165165
// currently we need to add type manually since fdb event don't contain type
166166
sai_attribute_t attr;

0 commit comments

Comments
 (0)