python-openflow
python-openflow copied to clipboard
Low level OpenFlow messages parser used by Kytos SDN Platform
Results
32
python-openflow issues
Sort by
recently updated
recently updated
newest added
On pg.18 of OpenFlow 1.0.0 spec we have the enum `ofp_port_state`. This is the C++ proposed implementation: ``` enum ofp_port_state { OFPPS_LINK_DOWN = 1
pri:normal
Currently, there are validations in unreachable code. This will solve pylint unreachable code warnings and also some TODOs in #82 .
enhancement
pri:normal
blueprint