forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/net/sched/act_connmark.c
....@@ -124,7 +124,7 @@
124124 ret = tcf_idr_check_alloc(tn, &index, a, bind);
125125 if (!ret) {
126126 ret = tcf_idr_create(tn, index, est, a,
127
- &act_connmark_ops, bind, false, 0);
127
+ &act_connmark_ops, bind, false, flags);
128128 if (ret) {
129129 tcf_idr_cleanup(tn, index);
130130 return ret;