forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5801f70
commit 3eb4672
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule framewave
updated
from c69f4f to db1dee
Submodule soda
updated
from 944870 to 47a54f
Submodule sonic-sairedis
updated
11 files
+2 −2 | .gitmodules | |
+10 −0 | lib/Channel.h | |
+1 −1 | lib/ClientSai.cpp | |
+2 −1 | lib/RedisChannel.cpp | |
+1 −0 | lib/RedisChannel.h | |
+29 −3 | lib/RedisRemoteSaiInterface.cpp | |
+9 −0 | lib/RedisRemoteSaiInterface.h | |
+2 −1 | lib/ZeroMQChannel.cpp | |
+1 −0 | lib/ZeroMQChannel.h | |
+2 −3 | syncd/Makefile.am | |
+1 −1 | unittest/lib/TestZeroMQChannel.cpp |
Submodule sonic-swss
updated
24 files
+22 −0 | doc/Configuration.md | |
+82 −0 | doc/swss-schema.md | |
+0 −8 | neighsyncd/neighsync.cpp | |
+6 −2 | orchagent/Makefile.am | |
+829 −0 | orchagent/cbf/cbfnhgorch.cpp | |
+100 −0 | orchagent/cbf/cbfnhgorch.h | |
+390 −0 | orchagent/cbf/nhgmaporch.cpp | |
+65 −0 | orchagent/cbf/nhgmaporch.h | |
+8 −0 | orchagent/crmorch.cpp | |
+1 −0 | orchagent/crmorch.h | |
+21 −13 | orchagent/mplsrouteorch.cpp | |
+44 −0 | orchagent/nhgbase.cpp | |
+464 −0 | orchagent/nhgbase.h | |
+54 −223 | orchagent/nhgorch.cpp | |
+36 −158 | orchagent/nhgorch.h | |
+10 −2 | orchagent/orchdaemon.cpp | |
+2 −0 | orchagent/orchdaemon.h | |
+258 −3 | orchagent/qosorch.cpp | |
+27 −0 | orchagent/qosorch.h | |
+56 −12 | orchagent/routeorch.cpp | |
+6 −0 | orchagent/routeorch.h | |
+3 −0 | tests/mock_tests/Makefile.am | |
+993 −184 | tests/test_nhg.py | |
+275 −10 | tests/test_qos_map.py |
Submodule sonic-utilities
updated
from 63a525 to f53bdf
Submodule swan-agent-for-sonic
updated
from 5b6e67 to affba7