forked from ~ljy/RK356X_SDK_RELEASE

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