hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/sched/act_nat.c
....@@ -61,7 +61,7 @@
6161 err = tcf_idr_check_alloc(tn, &index, a, bind);
6262 if (!err) {
6363 ret = tcf_idr_create(tn, index, est, a,
64
- &act_nat_ops, bind, false, 0);
64
+ &act_nat_ops, bind, false, flags);
6565 if (ret) {
6666 tcf_idr_cleanup(tn, index);
6767 return ret;