X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Floop_counter.c;h=491305d97e5f93090e2c50fb997e12a58d347321;hb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;hp=fbfbdcfa319f88c452369b5a924d26cdbd2e931c;hpb=7f8ca6459c37ede8faf13f730bcd4d9f05dfd13b;p=sliver-openvswitch.git diff --git a/datapath/loop_counter.c b/datapath/loop_counter.c index fbfbdcfa3..491305d97 100644 --- a/datapath/loop_counter.c +++ b/datapath/loop_counter.c @@ -20,7 +20,7 @@ void loop_suppress(struct datapath *dp, struct sw_flow_actions *actions) if (net_ratelimit()) pr_warn("%s: flow looped %d times, dropping\n", dp_name(dp), MAX_LOOPS); - actions->n_actions = 0; + actions->actions_len = 0; } #ifndef CONFIG_PREEMPT_RT