-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[psa_switch] first pass at i2e cloning (#935)
* first pass at i2e cloning with mirroring sessions * add support for mirroring sessions to psa switch thrift server so they can be called via stf; deprecate unused mirroring commands in psa switch thrift server; * gitignore vim swapfiles * addressing code review comments with better class_of_service metadata handling in psa switch ingress * add name argument to parse_int calls that didnt previously have it * address code review comments: use auto for variables initialized with values; update an unclear comment about ingress cloning; add debug message for when ingress cloning happens on a clone session id thats unconfigured;
- Loading branch information
Showing
8 changed files
with
270 additions
and
74 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 |
---|---|---|
|
@@ -27,12 +27,15 @@ | |
*.out | ||
*.app | ||
|
||
# Python byet code | ||
# Python byte code | ||
*.pyc | ||
|
||
build/* | ||
lib* | ||
|
||
# Vim | ||
*.swp | ||
|
||
# Emacs | ||
*~ | ||
|
||
|
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
Oops, something went wrong.