This repository was archived by the owner on Jun 27, 2018. It is now read-only.
Ryu backend integration#44
Open
JamesGuthrie wants to merge 3 commits intofrenetic-lang:masterfrom
Open
Conversation
This is an exact copy of the current state of the ryu-shim which is available in the fp7-netide/Engine repository [1]. [1]: https://github.com/fp7-netide/Engine/ Signed-off-by: James Guthrie <james@prodigi.ch>
Signed-off-by: James Guthrie <james@prodigi.ch>
Current backends (pox, ryu) are python-based, so executing them through python works, but it ties the frontend and backend to the same python version. This change should make it easier to move pyretic to python3 independent of the backend python version.
Open
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds the --backend option with choices "pox" and "ryu". The ryu backend starts and installs rules onto a switch, but has not been extensively tested.
This is very experimental.