kytos-ng / python-openflow

Low level OpenFlow messages parser used by Kytos SDN Platform
https://kytos.io/
MIT License
0 stars 3 forks source link

Add support for Experimenter Actions #68

Closed ajoaoff closed 2 years ago

ajoaoff commented 3 years ago

Experimenter actions were treated as a byte's body, without (un)pack. Now, although that is the default behavior, other modules can implement full functionality to some experimenter actions by subclassing ActionExperimenter class and specifying the correct attributes.