kytos-ng / sdntrace_cp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop OpenFlow 0x01 support

viniarck opened this issue · comments

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':