Looks good. Ethan
On Wed, Oct 19, 2011 at 13:18, Ben Pfaff <[email protected]> wrote: > Requested-by: Pankaj Thakkar <[email protected]> > Bug #7874. > --- > ofproto/ofproto-dpif.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > index 211577b..0eeda7e 100644 > --- a/ofproto/ofproto-dpif.c > +++ b/ofproto/ofproto-dpif.c > @@ -63,7 +63,7 @@ COVERAGE_DEFINE(facet_unexpected); > > /* Maximum depth of flow table recursion (due to resubmit actions) in a > * flow translation. */ > -#define MAX_RESUBMIT_RECURSION 16 > +#define MAX_RESUBMIT_RECURSION 32 > > /* Number of implemented OpenFlow tables. */ > enum { N_TABLES = 255 }; > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
