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

ofsoftswitch13 can't handle multipart reply message that is too long #277

Open
davidmpc opened this issue Jul 31, 2018 · 0 comments
Open

Comments

@davidmpc
Copy link

ofsoftswitch13 can't handle multipart reply messages that has length over 0xFFFF, for example when the flow table has more than hundreds of flow entries, the multipart flow-stats reply message is longer than 65535 and we have to divide the message into multi messages which are both shorter than 65535 as shown in the specification of OpenFlow 1.3, and the function pipeline_handle_stats_request_flow will cause error because it assign the length larger than 0xFFFF to the length filed in ofp_header which is uint16_t, I post this as a reminder that we have to implement this.

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

No branches or pull requests

2 participants