On Thu, Jun 14, 2012 at 07:43:17PM +0900, Simon Horman wrote: > I am unsure about what to do about some of the messages, > as noted with 'FIXME' in the code. > > Signed-off-by: Simon Horman <[email protected]>
I think that this has a conceptual flaw. Most places in OpenFlow 1.1+, we need to actions appear only encapsulated inside instructions (Apply-Actions or Write-Actions), although ofp_packet_out and ofp_bucket do contain raw actions. The code I posted before works that out on the decoding side, but I don't see how you're planning to work it out on the encoding side. It looks like you're just encoding the raw actions, without encapsulating them into instruction. I'm looking at actions and instructions at the moment, perhaps I'll fix this up. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
