python-openflow
python-openflow copied to clipboard
groups similar methods/classes
Group similarities as in HWAdress and DPID. The have very similar pack functions for example. Maybe should they be derived from a same base class ("colon separated hex values...") Same with echo request, echo reply, and hello... and many others..
Maybe implement using Mixin classes, as proposed by Diego. I agree;