-
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 UDP service chaining
- Removed registration of UDP and TCP handler functions to their protocol IDs. Now there's only the service chain protocol ID. Depending on the chain specs, after the chain as been set up, the stream will be manually passed to the proper UDP or TCP handler function for handling the passing of traffic. - The current chain passes data back along the path of VNFs in reverse order, but does not re-enter the VNFs for processing. TCP service chaining currently not implemented and has been disabled.
- Loading branch information
Showing
3 changed files
with
190 additions
and
120 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
Oops, something went wrong.