-
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
4ca1e66
commit 7f8cdea
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
14 files
+1 −0 | .gitignore | |
+1 −0 | configure.ac | |
+7 −1 | saidump/Makefile.am | |
+123 −197 | saidump/SaiDump.cpp | |
+36 −0 | saidump/SaiDump.h | |
+11 −0 | saidump/main.cpp | |
+6 −9 | syncd/scripts/saidump.sh | |
+1 −1 | tests/checkwhitespace.sh | |
+1 −1 | unittest/Makefile.am | |
+13 −0 | unittest/saidump/Makefile.am | |
+93 −0 | unittest/saidump/TestSaiDump.cpp | |
+18,586 −0 | unittest/saidump/dump.json | |
+1 −0 | unittest/saidump/err.json | |
+9 −0 | unittest/saidump/main.cpp |