projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f3186
)
ofproto: Increase max recursion level from 8 to 16.
author
Ben Pfaff
<blp@nicira.com>
Thu, 30 Dec 2010 16:57:01 +0000
(08:57 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 30 Dec 2010 16:57:01 +0000
(08:57 -0800)
Requested-by: Pankaj Thakkar <thakkar@nicira.com>
ofproto/ofproto.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto.c
b/ofproto/ofproto.c
index e4057c25c52c640ebd6be655d65b094e3a00790a..6ebda01d1bf47e116dcadc97117a4f32e4dbc716 100644
(file)
--- a/
ofproto/ofproto.c
+++ b/
ofproto/ofproto.c
@@
-2623,7
+2623,7
@@
handle_set_config(struct ofconn *ofconn, const struct ofp_switch_config *osc)
/* Maximum depth of flow table recursion (due to NXAST_RESUBMIT actions) in a
* flow translation. */
-#define MAX_RESUBMIT_RECURSION
8
+#define MAX_RESUBMIT_RECURSION
16
static void do_xlate_actions(const union ofp_action *in, size_t n_in,
struct action_xlate_ctx *ctx);