-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Suggestion for OFPQueueGetConfigReply parser with queue.len=0 #118
Comments
The same questions are as follows: In /ryu/ofproto/ofproto_v1_0_parser.py about line=2077
In /ryu/ofproto/ofproto_v1_2_parser.py about line=3187
In /ryu/ofproto/ofproto_v1_4_parser.py about line=5763
In /ryu/ofproto/ofproto_v1_5_parser.py about line=6864
|
@gizmoguy Would you be open to a PR that fixes this issue? |
Hi @facutuesca Unfortunately I don't have enough free time right now to help review PRs for this project. However we are looking for new maintainers, so if you or anyone else in the community are interested in being a maintainer and helping by reviewing/merging PRs let me know and I can grant you the appropriate access to the github. Thanks. |
In /ryu/ofproto/ofproto_v1_3_parser.py about line=6073
If queue with len=0, while loop will not stop.
The text was updated successfully, but these errors were encountered: