-
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.
Implemented support for TCP service chaining
- Like the UDP version, the traffic is passed back along the path of VNFs in reverse order, but does not re-enter the VNFs. - Barring other improvements (erroneous error messages, stateful close, passing of errors back through the chain, etc.), this should commit should resolve the TCP/UDP case for #50. - As noted in #51, however, we currently pass payloads without headers, and proper tunneling that includes headers should be addressed within that issue.
- Loading branch information
Showing
3 changed files
with
131 additions
and
45 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
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