X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Factions.c;h=0dac658607064f7ff69db911f69cac892186ca83;hb=09dc041596bd953a59c00d8032b1b3c8c28e695d;hp=bc126a7f5a08953d51b3c3851b1ae2a0ca931565;hpb=d0db8de278eafa0652bc121c1b1a38ff6d1fc270;p=sliver-openvswitch.git diff --git a/datapath/actions.c b/datapath/actions.c index bc126a7f5..0dac65860 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@ -532,7 +532,7 @@ static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, /* We limit the number of times that we pass into execute_actions() * to avoid blowing out the stack in the event that we have a loop. */ -#define MAX_LOOPS 5 +#define MAX_LOOPS 4 struct loop_counter { u8 count; /* Count. */