faucetsdn / ryu

Ryu component-based software defined networking framework
https://ryu-sdn.org
Apache License 2.0
1.5k stars 1.16k forks source link

Fix OFPPortStatsRequest (v1) docstring example #165

Open jduchateau opened 2 years ago

jduchateau commented 2 years ago

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'