kernel/net/sched/act_ipt.c
.. .. @@ -144,7 +144,7 @@ 144 144 145 145 if (!exists) { 146 146 ret = tcf_idr_create(tn, index, est, a, ops, bind, 147 - false, 0);147 + false, flags);148 148 if (ret) { 149 149 tcf_idr_cleanup(tn, index); 150 150 return ret;