forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/sched/act_skbedit.c
....@@ -176,7 +176,7 @@
176176
177177 if (!exists) {
178178 ret = tcf_idr_create(tn, index, est, a,
179
- &act_skbedit_ops, bind, true, 0);
179
+ &act_skbedit_ops, bind, true, act_flags);
180180 if (ret) {
181181 tcf_idr_cleanup(tn, index);
182182 return ret;