Skip to content

Fix OFPPortStatsRequest (v1) docstring example#165

Open
jduchateau wants to merge 1 commit intofaucetsdn:masterfrom
jduchateau:patch-1
Open

Fix OFPPortStatsRequest (v1) docstring example#165
jduchateau wants to merge 1 commit intofaucetsdn:masterfrom
jduchateau:patch-1

Conversation

@jduchateau
Copy link

As is the example gives:

    req = ofp_parser.OFPPortStatsRequest(datapath, 0, ofp.OFPP_ANY)
AttributeError: module 'ryu.ofproto.ofproto_v1_0' has no attribute 'OFPP_ANY'

As is the example gives:
```
    req = ofp_parser.OFPPortStatsRequest(datapath, 0, ofp.OFPP_ANY)
AttributeError: module 'ryu.ofproto.ofproto_v1_0' has no attribute 'OFPP_ANY'
```
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.

1 participant