hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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;