-
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
3a01ee9
commit bd06442
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
29 files
+1 −1 | SAI | |
+8 −0 | configure.ac | |
+3 −1 | lib/Makefile.am | |
+4 −0 | lib/RedisRemoteSaiInterface.cpp | |
+2 −0 | lib/sai_redis.h | |
+2 −0 | lib/sai_redis_acl.cpp | |
+28 −0 | lib/sai_redis_dash_meter.cpp | |
+2 −0 | lib/sai_redis_interfacequery.cpp | |
+2 −0 | lib/sai_redis_nexthop.cpp | |
+2 −0 | lib/sai_redis_port.cpp | |
+2 −0 | lib/sai_redis_router_interface.cpp | |
+9 −0 | lib/sai_redis_twamp.cpp | |
+6 −0 | meta/Meta.cpp | |
+12 −0 | meta/SaiSerialize.cpp | |
+209 −5 | saidump/saidump.cpp | |
+3 −0 | syncd/SwitchNotifications.h | |
+4 −0 | syncd/Syncd.cpp | |
+9 −0 | tests/BCM56850.pl | |
+14 −0 | tests/BCM56850/relaxed.rec | |
+3 −0 | unittest/meta/TestSaiSerialize.cpp | |
+3 −1 | vslib/Makefile.am | |
+2 −0 | vslib/sai_vs.h | |
+2 −0 | vslib/sai_vs_acl.cpp | |
+28 −0 | vslib/sai_vs_dash_meter.cpp | |
+2 −0 | vslib/sai_vs_interfacequery.cpp | |
+2 −0 | vslib/sai_vs_nexthop.cpp | |
+2 −0 | vslib/sai_vs_port.cpp | |
+2 −0 | vslib/sai_vs_router_interface.cpp | |
+9 −0 | vslib/sai_vs_twamp.cpp |