Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[syncd] bulk OID remove requires RID (sonic-net#854)
Syncd::processBulkOidRemove() is incorrectly passing objectVids.data() to m_vendorSai->bulkRemove() when it should be passing objectRids.data(). Only RID should be passed to m_vendorSai calls.
- Loading branch information