forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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;