kytos-ng / of_core

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

[Fix] Support ActionExperimenter sub classes to be deserialized from bytes #88

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Fixes #87

NApps who register ActionExperimenter experimenter classes are supposed to also register the deserialization accordingly.

I'll post the local tests on https://github.com/kytos-ng/flow_stats/issues/43

viniarck commented 1 year ago

LGTM

Thanks for reviewing, Italo