hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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;