forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/net/sched/act_police.c
....@@ -87,7 +87,7 @@
8787
8888 if (!exists) {
8989 ret = tcf_idr_create(tn, index, NULL, a,
90
- &act_police_ops, bind, true, 0);
90
+ &act_police_ops, bind, true, flags);
9191 if (ret) {
9292 tcf_idr_cleanup(tn, index);
9393 return ret;