You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In openflow-input/standars1.3, struct of_table_feature_prop_instruction( align=8, length_includes_align=False ) does not have any effect in the generated c code, whereas python takes these align params into consideration and generates a function "pad_to(alignment)"
The text was updated successfully, but these errors were encountered:
The fix I made worked well for my purpose, but not too sure if it is a
generic solution.
I can anyway post it here for review and see if it looks ok
On 26 Feb 2016 20:19, "Andreas Wundsam" [email protected] wrote:
In openflow-input/standars1.3, struct of_table_feature_prop_instruction( align=8, length_includes_align=False ) does not have any effect in the generated c code, whereas python takes these align params into consideration and generates a function "pad_to(alignment)"
The text was updated successfully, but these errors were encountered: