Hi Brad
Thanks a lot! I have been testing my labs on a Ubuntu2004 VM in (scarce)
spare CPU cycles (tele-teaching is time consuming ;-) ) and have not seen
any showstoppers. But I wanted to be on the safe side. TLS is not critical
for me right now, so great! Another thing ticked in the TODO list.
Hi Pedro,
Ryu recently dropped python2 support:
https://github.com/faucetsdn/ryu/issues/95
The only issue I know with python3 support for Ryu is that under python3.7+
TLS won't work due to an upstream bug in eventlet:
https://github.com/faucetsdn/ryu/issues/94
If you know of any other issu
Hi,
I can't say strictly about Ryu but in OpenStack Neutron we are maintaining and
using os-ken which is Ryu's fork [1] and some time ago we dropped support for
python 2 in it. Now it's used only with python 3.6 and newer (as whole Neutron)
and I we don't have any issues with that.
Hopefully that