-
Notifications
You must be signed in to change notification settings - Fork 93
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SAI
updated
20 files
+2 −0 | .gitignore | |
+26 −0 | doc/SAI-Proposal-CMIS-Module-Management.md | |
+27 −0 | experimental/saiexperimentaldasheni.h | |
+69 −4 | experimental/saiexperimentaldashoutboundcatopa.h | |
+6 −0 | inc/sai.h | |
+5 −5 | inc/saifdb.h | |
+27 −0 | inc/saiport.h | |
+9 −1 | inc/saitypes.h | |
+0 −1 | meta/ancestry.9f8efee.history | |
+1 −0 | meta/ancestry.eaf2812.history | |
+1 −0 | meta/aspell.en.pws | |
+2 −2 | meta/checkancestry.sh | |
+40 −8 | meta/parse.pl | |
+18 −13 | meta/saidepgraphgen.cpp | |
+39 −1 | meta/saisanitycheck.c | |
+6 −6 | meta/saiserializetest.c | |
+14 −7 | meta/serialize.pm | |
+3 −0 | test/saithrift/src/switch_sai.thrift | |
+115 −0 | test/saithrift/src/switch_sai_rpc_server.cpp | |
+23 −0 | test/saithrift/tests/switch.py |