Update protocol version 5 requestforward get async reply and set async#71
Open
horms wants to merge 5 commits intoFlowForwarding:masterfrom
Open
Update protocol version 5 requestforward get async reply and set async#71horms wants to merge 5 commits intoFlowForwarding:masterfrom
horms wants to merge 5 commits intoFlowForwarding:masterfrom
Conversation
This will be used when encoding and decoding masks for set async and get async reply properties. Signed-off-by: Simon Horman <horms@verge.net.au>
This will be used when encoding and decoding set async and get async reply properties. Signed-off-by: Simon Horman <horms@verge.net.au>
The current implementation of get async reply and set async for protocol v5 is follows that of protocol v4. However, the OpenFlow 1.4.0 specification defines a rather different format. This patch updates the implementation to follow the specification. Signed-off-by: Simon Horman <horms@verge.net.au>
Contributor
|
ping! |
Contributor
|
ping again! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current implementation of get async reply and set async for protocol v5 is follows that of protocol v4. However, the OpenFlow 1.4.0 specification defines a rather different format. This patch updates the implementation to follow the specification.