-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 sonic-sairedis to the latest HEAD automa…
…tically
- Loading branch information
1 parent
6968aaa
commit 0eb2ed0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
9 files
+5 −0 | meta/DummySaiInterface.cpp | |
+2 −1 | proxylib/Makefile.am | |
+1,006 −0 | proxylib/Proxy.cpp | |
+126 −0 | proxylib/Proxy.h | |
+569 −74 | proxylib/Sai.cpp | |
+35 −5 | proxylib/Sai.h | |
+12 −0 | unittest/meta/TestDummySaiInterface.cpp | |
+7 −1 | unittest/proxylib/Makefile.am | |
+528 −7 | unittest/proxylib/TestSai.cpp |