hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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;