On Fri, May 01, 2015 at 04:17:27PM -0700, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <b...@nicira.com>

I introduced a bug while applying Justin's comments and didn't take the
time to retest, but Guru pointed out the bug.  Here's an incremental
that should fix it.  I'll also update the "ovn" branch in my ovs-reviews
repository.

diff --git a/ovn/controller/pipeline.c b/ovn/controller/pipeline.c
index f124354..1d2306c 100644
--- a/ovn/controller/pipeline.c
+++ b/ovn/controller/pipeline.c
@@ -290,7 +290,7 @@ pipeline_run(struct controller_ctx *ctx)
 
         ofpbuf_use_stub(&ofpacts, ofpacts_stub, sizeof ofpacts_stub);
         error = actions_parse_string(pipeline->actions, &symtab, &ldp->ports,
-                                     pipeline->table_id + 16,
+                                     pipeline->table_id + 17,
                                      &ofpacts, &prereqs);
         if (error) {
             static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 1);
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to