-
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
e42dccb
commit adee339
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
17 files
+1 −1 | SAI | |
+1 −0 | lib/Makefile.am | |
+1 −0 | lib/sai_redis.h | |
+1 −0 | lib/sai_redis_interfacequery.cpp | |
+12 −0 | lib/sai_redis_poe.cpp | |
+114 −8 | meta/SaiSerialize.cpp | |
+7 −0 | meta/sai_serialize.h | |
+1 −1 | tests/Makefile.am | |
+45 −0 | tests/checksaiapi.sh | |
+1 −0 | unittest/lib/Makefile.am | |
+33 −0 | unittest/lib/test_sai_redis_poe.cpp | |
+1 −0 | unittest/vslib/Makefile.am | |
+33 −0 | unittest/vslib/test_sai_vs_poe.cpp | |
+1 −0 | vslib/Makefile.am | |
+1 −0 | vslib/sai_vs.h | |
+1 −0 | vslib/sai_vs_interfacequery.cpp | |
+12 −0 | vslib/sai_vs_poe.cpp |