On Wed, Aug 29, 2012 at 02:19:03AM +0900, Isaku Yamahata wrote: > When goto-table instruction results in table miss, generate packet-in event > > Signed-off-by: Isaku Yamahata <[email protected]>
Thanks. I applied this to master, without the bit that changes the goto-table behavior (because the goto-table patch isn't applied yet). I updated the commit message to mention what the patch really does now: ---------------------------------------------------------------------- From: Isaku Yamahata <[email protected]> Date: Wed, 29 Aug 2012 02:19:03 +0900 Subject: [PATCH] ofproto-dpif: Make OFPP_TABLE send packet-in on miss. The OpenFlow specification for OFPP_TABLE implies that a miss should generate a packet-in, but Open vSwitch has never done that. This corrects the behavior. This also prepares for the goto-table instruction, which will need to generate a table-miss in some circumstances. Signed-off-by: Isaku Yamahata <[email protected]> [[email protected] rebased and updated commit message] Signed-off-by: Ben Pfaff <[email protected]> ---------------------------------------------------------------------- Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
