kernel/net/sched/act_ife.c
.. .. @@ -553,7 +553,7 @@ 553 553 554 554 if (!exists) { 555 555 ret = tcf_idr_create(tn, index, est, a, &act_ife_ops, 556 - bind, true, 0);556 + bind, true, flags);557 557 if (ret) { 558 558 tcf_idr_cleanup(tn, index); 559 559 kfree(p);