-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tunnel_rwrite
- Loading branch information
Showing
27 changed files
with
2,800 additions
and
790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
**.swp | ||
.DS_STORE | ||
.idea | ||
.vscode | ||
*.bkp | ||
*.log | ||
*.pcap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.