When upgrading from kytos 2020.2rc1 to 2020.2 with flow_manager 3.0 and running mininet, a KeyError: 'flow' is issued on the Kytos console. After that it says Flows loaded.
Steps to reproduce: upgrade an existing instance of Kytos, run kytosd -f and then run Mininet.
Original issue opened by @hdiogenes at https://github.com/kytos/flow_manager/issues/103.
When upgrading from kytos 2020.2rc1 to 2020.2 with flow_manager 3.0 and running mininet, a
KeyError: 'flow'
is issued on the Kytos console. After that it saysFlows loaded.
Steps to reproduce: upgrade an existing instance of Kytos, run
kytosd -f
and then run Mininet.sudo mn --topo linear,3 --mac --controller=remote,ip=127.0.0.1 --switch ovsk,protocols=OpenFlow13