Re: [ovs-dev] [PATCH v2 18/21] actions: Allow caller to specify output table.

2015-07-31 Thread Ben Pfaff
On Thu, Jul 30, 2015 at 04:55:13PM -0700, Justin Pettit wrote: > > > On Jul 28, 2015, at 8:44 AM, Ben Pfaff wrote: > > > > When an upcoming commit divides the pipeline up into ingress and egress > > pipeline, it will become necessary to resubmit to different tables from > > each of those pipelin

Re: [ovs-dev] [PATCH v2 18/21] actions: Allow caller to specify output table.

2015-07-30 Thread Justin Pettit
> On Jul 28, 2015, at 8:44 AM, Ben Pfaff wrote: > > When an upcoming commit divides the pipeline up into ingress and egress > pipeline, it will become necessary to resubmit to different tables from > each of those pipelines to implement output. This commit makes that > possible. > > Signed-off

[ovs-dev] [PATCH v2 18/21] actions: Allow caller to specify output table.

2015-07-28 Thread Ben Pfaff
When an upcoming commit divides the pipeline up into ingress and egress pipeline, it will become necessary to resubmit to different tables from each of those pipelines to implement output. This commit makes that possible. Signed-off-by: Ben Pfaff --- ovn/controller/rule.c | 2 +- ovn/lib/actio