hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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;