kernel/net/sched/act_skbedit.c
.. .. @@ -176,7 +176,7 @@ 176 176 177 177 if (!exists) { 178 178 ret = tcf_idr_create(tn, index, est, a, 179 - &act_skbedit_ops, bind, true, 0);179 + &act_skbedit_ops, bind, true, act_flags);180 180 if (ret) { 181 181 tcf_idr_cleanup(tn, index); 182 182 return ret;