kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

Added support for unloaded switch version #74

Closed viniarck closed 2 years ago

viniarck commented 2 years ago

I've augmented the code to avoid crashing if the switch version hasn't been loaded and provided a fallback that the client can specify, similar to a fallback that some std functions provide. This was needed to fix this issue https://github.com/kytos-ng/flow_manager/issues/95.

When we drop support for OF1.0 on this issue #50 we can nuke more code

viniarck commented 2 years ago

Appreciated your review, @ajoaoff