hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/net/sched/act_connmark.c
....@@ -124,7 +124,7 @@
124124 ret = tcf_idr_check_alloc(tn, &index, a, bind);
125125 if (!ret) {
126126 ret = tcf_idr_create(tn, index, est, a,
127
- &act_connmark_ops, bind, false, 0);
127
+ &act_connmark_ops, bind, false, flags);
128128 if (ret) {
129129 tcf_idr_cleanup(tn, index);
130130 return ret;