Re: [ovs-dev] [PATCH 1/3] Fix table checking for goto table instruction.

2013-06-28 Thread Ben Pfaff
On Fri, Jun 28, 2013 at 07:44:03PM +0300, Jarno Rajahalme wrote: > Usually the table id in flow mods is 255, which means that goto table > instruction cannot be checked before the table is picked (for flow add), > or the rules to be modified are found (flow mod). > > Move goto table checking from

[ovs-dev] [PATCH 1/3] Fix table checking for goto table instruction.

2013-06-28 Thread Jarno Rajahalme
Usually the table id in flow mods is 255, which means that goto table instruction cannot be checked before the table is picked (for flow add), or the rules to be modified are found (flow mod). Move goto table checking from decode (ofp-util) to actions checking (ofp-actions), and postpone the actio