kernel/net/sched/act_simple.c
.. .. @@ -128,7 +128,7 @@ 128 128 129 129 if (!exists) { 130 130 ret = tcf_idr_create(tn, index, est, a, 131 - &act_simp_ops, bind, false, 0);131 + &act_simp_ops, bind, false, flags);132 132 if (ret) { 133 133 tcf_idr_cleanup(tn, index); 134 134 return ret;