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

Improve Message.to_string for OpenFlow0x01 #106

Merged
merged 6 commits into from
Feb 27, 2014
Merged

Improve Message.to_string for OpenFlow0x01 #106

merged 6 commits into from
Feb 27, 2014

Conversation

seliopou
Copy link
Collaborator

Closes #79.

For now, punting on OpenFlow0x04.

A Hello message may contain an uninterpreted body. Provide some
indication if it does or not.

Related to #79
These messages may contain an uninterpreted body, so provide some
indication of whether or not they do.

Related to #79.
Many of the messages had to_string functions that simply weren't being
called, one exception being VendorMsg.

Related to #79.
The two are redundant.

Related to #79.
@mcanini
Copy link
Contributor

mcanini commented Feb 27, 2014

LGTM

mcanini pushed a commit that referenced this pull request Feb 27, 2014
Improve Message.to_string for OpenFlow0x01
@mcanini mcanini merged commit 41913d3 into master Feb 27, 2014
@mcanini mcanini deleted the to_str-1.0 branch February 27, 2014 17:14
@seliopou seliopou mentioned this pull request Mar 16, 2014
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.

Improve to_string functions for Openflow 1.0/1.3 messages
2 participants