Skip to content

Commit

Permalink
[syncd] Translate removed RID on bfd session state change (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Nov 11, 2023
1 parent 7acd028 commit a1b2e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/NotificationProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ void NotificationProcessor::process_on_bfd_session_state_change(
* switch vid.
*/

bfd_session_state->bfd_session_id = m_translator->translateRidToVid(bfd_session_state->bfd_session_id, SAI_NULL_OBJECT_ID);
bfd_session_state->bfd_session_id = m_translator->translateRidToVid(bfd_session_state->bfd_session_id, SAI_NULL_OBJECT_ID, true);
}

std::string s = sai_serialize_bfd_session_state_ntf(count, data);
Expand Down

0 comments on commit a1b2e51

Please sign in to comment.