Re: [ovs-dev] [PATCH v3 07/12] ofp-actions: teach action-formatter intructions

2012-07-24 Thread Ben Pfaff
On Mon, Jul 23, 2012 at 05:08:46PM +0900, Isaku Yamahata wrote: > Signed-off-by: Isaku Yamahata This and ofpacts_put_openflow11_instructions() changes in the previous commit have some real structure in common. I think it would probably be worthwhile to write a helper function to enable iterating

[ovs-dev] [PATCH v3 07/12] ofp-actions: teach action-formatter intructions

2012-07-23 Thread Isaku Yamahata
Signed-off-by: Isaku Yamahata --- v3 - modified for OFPACT_{CLEAR_ACTIONS, WRITE_ACTIONS, GOTO_TABLE} v2 - changed for ofp_instruction --- lib/ofp-actions.c | 71 +++- 1 files changed, 58 insertions(+), 13 deletions(-) diff --git a/lib/ofp-actio