Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OpenFlow 1.0 queues #32

Closed
wants to merge 2 commits into from
Closed

Add support for OpenFlow 1.0 queues #32

wants to merge 2 commits into from

Conversation

jnfoster
Copy link
Member

@jnfoster jnfoster commented Dec 4, 2013

No description provided.

@ghost ghost assigned arjunguha Dec 4, 2013
@seliopou
Copy link
Collaborator

seliopou commented Dec 5, 2013

How can this be tested? This would require setting up a mininet with some hosts, installing rules with the library, and testing for connectivity (at least). Is that accurate?

@mcanini
Copy link
Contributor

mcanini commented Dec 6, 2013

@seliopou -- system-level testing with Mininet would be an option. I'll add here another option which is more lightweight. Something that I always fancied to do (but was always too low priority to implement :-( ) is to have a dump switch for ocaml-openflow that causes it to fake a switch connection and just dump to file whichever OpenFlow messages the controller would have sent to the switch. Then, I would use this tool called ofp-read that I contributed to CPqD switch to use their OF1.3 library to parse the messages. A similar tool can be easily made for OpenFlow 1.0 too. Would this be easier to automate?

@arjunguha
Copy link
Member

sorry i missed this

@arjunguha
Copy link
Member

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants