kernel/net/sched/act_nat.c
.. .. @@ -61,7 +61,7 @@ 61 61 err = tcf_idr_check_alloc(tn, &index, a, bind); 62 62 if (!err) { 63 63 ret = tcf_idr_create(tn, index, est, a, 64 - &act_nat_ops, bind, false, 0);64 + &act_nat_ops, bind, false, flags);65 65 if (ret) { 66 66 tcf_idr_cleanup(tn, index); 67 67 return ret;