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

Using ryu/ofproto/ofproto_v1_5_parser.py in OpenFlow 1.3 application #168

Open
paaguti opened this issue May 5, 2022 · 0 comments
Open

Comments

@paaguti
Copy link

paaguti commented May 5, 2022

I'm tryig to use the ping responder application from the ryu book @
https://osrg.github.io/ryu-book/en/html/packet_lib.html#application-examples

During the tests I get the following exception:

  File "/home/student/.local/lib/python3.8/site-packages/ryu/ofproto/ofproto_v1_5_parser.py", line 5137, in __init__
    assert 'in_port' in match
TypeError: argument of type 'NoneType' is not iterable

Why is the OpenFlow15 parser used in an OpenFlow13 application?

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

No branches or pull requests

1 participant