kernel/net/sched/act_gate.c
.. .. @@ -357,7 +357,7 @@ 357 357 358 358 if (!err) { 359 359 ret = tcf_idr_create(tn, index, est, a, 360 - &act_gate_ops, bind, false, 0);360 + &act_gate_ops, bind, false, flags);361 361 if (ret) { 362 362 tcf_idr_cleanup(tn, index); 363 363 return ret;