Re: [ovs-dev] [PATCH v6 5/7] ofp-actions: Use aligned structures when decoding ofp actions.

2022-04-28 Thread Aaron Conole
Dumitru Ceara writes: > Some openflow actions can be misaligned, e.g., actions whithin OF 1.0 > replies to statistics reply messages which have a header of 12 bytes > and no additional padding. > > Also, buggy controllers might incorrectly encode actions. > > When decoding multiple actions in

[ovs-dev] [PATCH v6 5/7] ofp-actions: Use aligned structures when decoding ofp actions.

2022-04-11 Thread Dumitru Ceara
Some openflow actions can be misaligned, e.g., actions whithin OF 1.0 replies to statistics reply messages which have a header of 12 bytes and no additional padding. Also, buggy controllers might incorrectly encode actions. When decoding multiple actions in ofpacts_decode(), make sure that when