On Thu, Apr 21, 2016 at 09:02:46AM -0500, Ryan Moats wrote:
>
> > --- Original Message ---
> > The "recurse" member of struct xlate_in and struct xlate_ctx is used for
> > two purposes: to determine the amount of indentation in "ofproto/trace"
> > output and to limit the depth of recursion. An upcoming commit will
> > separate these tasks, and so in preparation this commit renames "recurse"
> > to "indentation".
> >
> > Signed-off-by: Ben Pfaff <[email protected]>
>
> Ben, I appear to be getting an error when I try to compile this:
>
> ofproto/ofproto-dpif-xlate.c:3292:13: error: too many arguments to function
> 'xlate_recursively'
> xlate_recursively(ctx, rule, table_id <= old_table_id);
> ^
> ofproto/ofproto-dpif-xlate.c:3214:1: note: declared here
> xlate_recursively(struct xlate_ctx *ctx, struct rule_dpif *rule)
Thanks for pointing that out. I sent v2:
http://openvswitch.org/pipermail/dev/2016-April/069917.html
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev