-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule linkmgrd to the latest HEAD automatically (
#15654) #### Why I did it src/linkmgrd ``` * 3f89fce - (HEAD -> 202012, origin/202012) [202012] Use Vlan MAC as src MAC for link prober by default #93 (#209) (6 weeks ago) [Jing Zhang] ```
- Loading branch information
1 parent
de97458
commit 14f5f12
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule linkmgrd
updated
14 files
+66 −0 | src/DbInterface.cpp | |
+31 −0 | src/DbInterface.h | |
+19 −0 | src/MuxManager.cpp | |
+33 −0 | src/MuxManager.h | |
+16 −0 | src/MuxPort.cpp | |
+9 −0 | src/MuxPort.h | |
+43 −0 | src/common/MuxConfig.h | |
+18 −0 | src/common/MuxPortConfig.h | |
+28 −0 | src/link_manager/LinkManagerStateMachine.cpp | |
+9 −0 | src/link_manager/LinkManagerStateMachine.h | |
+5 −1 | src/link_prober/LinkProber.cpp | |
+2 −0 | test/LinkProberTest.cpp | |
+90 −0 | test/MuxManagerTest.cpp | |
+4 −0 | test/MuxManagerTest.h |