hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/sched/act_ipt.c
....@@ -144,7 +144,7 @@
144144
145145 if (!exists) {
146146 ret = tcf_idr_create(tn, index, est, a, ops, bind,
147
- false, 0);
147
+ false, flags);
148148 if (ret) {
149149 tcf_idr_cleanup(tn, index);
150150 return ret;