python-openflow
python-openflow copied to clipboard
GenericStruct __init__ method could accept any named argument that matches a class attribute
GenericStruct init method could accept any named argument that matches a class attribute. This way, derivative classes could have its attributes values initialized on instantiation without having to reimplement init each time.