Re: [ovs-dev] [PATCH] ofproto-dpif: Make OFPP_TABLE always resubmit to table 0.

2012-07-18 Thread Ben Pfaff
Yeah, Isaku cited that text in his original commit. I'll add it to the commit message before I push. Thanks, Ben. On Wed, Jul 18, 2012 at 10:08:04AM -0700, Justin Pettit wrote: > Looks good. Even the later versions of OpenFlow specify that behavior. From > the 1.3 candidate spec: > > Th

Re: [ovs-dev] [PATCH] ofproto-dpif: Make OFPP_TABLE always resubmit to table 0.

2012-07-18 Thread Justin Pettit
Looks good. Even the later versions of OpenFlow specify that behavior. From the 1.3 candidate spec: The action list of an OFPT_PACKET_OUT message can also specify the OFPP_TABLE reserved port as an output action to process the packet through the existing flow entries, startin

[ovs-dev] [PATCH] ofproto-dpif: Make OFPP_TABLE always resubmit to table 0.

2012-07-18 Thread Ben Pfaff
Commit 299016266ed1 (New action NXAST_RESUBMIT_TABLE.) changed OFPP_TABLE from resubmitting to table 0 to resubmitting to the current table. This wasn't mentioned in the change log and I believe it was a typo. This commit changes the behavior back. This isn't a very serious bug because OpenFlow