kytos-ng / sdntrace_cp

MIT License
1 stars 6 forks source link

Drop OpenFlow 0x01 support #41

Closed viniarck closed 1 year ago

viniarck commented 2 years ago

This is for no longer supporting OpenFlow 1.0. On this NApp, it should stop listening the OpenFlow 1.0 related events and remove the associated code:

❯ rg --follow 0x01 -g "*.py"
automate.py
10:from pyof.v0x01.common.phy_port import Port as Port10
35:            if switch.ofp_version == '0x01':