diff --git a/syncd/NotificationProcessor.cpp b/syncd/NotificationProcessor.cpp index 42304b7eb030..574631aea530 100644 --- a/syncd/NotificationProcessor.cpp +++ b/syncd/NotificationProcessor.cpp @@ -160,7 +160,7 @@ void NotificationProcessor::redisPutFdbEntryToAsicView( return; } - if (fdb->event_type == SAI_FDB_EVENT_LEARNED) + if (fdb->event_type == SAI_FDB_EVENT_LEARNED || fdb->event_type == SAI_FDB_EVENT_MOVE) { // currently we need to add type manually since fdb event don't contain type sai_attribute_t attr;