forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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;