Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for FDB notification in virtual switch (sonic-net#287)
* Add support for FDB notification in virtual switch * Change aging fdb time to default * Address comments * Address comments * Address comments * Change notification to debug on fdb * Move sleep after processing to avoid deadlock * Remove join thread to remove possible deadlock * Bring back thread join Without join if process will call uninitialize and thread was running we will get coredump caused by not finished thread * Fix deadlock problem with try_lock
- Loading branch information