net_sched: Use default action lookup functions

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
Jamal Hadi Salim
2013-12-04 09:26:54 -05:00
提交者 David S. Miller
父节点 63ef617465
当前提交 43c00dcf88
修改 7 个文件,包含 0 行新增8 行删除

查看文件

@@ -243,7 +243,6 @@ static struct tc_action_ops act_pedit_ops = {
.act = tcf_pedit,
.dump = tcf_pedit_dump,
.cleanup = tcf_pedit_cleanup,
.lookup = tcf_hash_search,
.init = tcf_pedit_init,
.walk = tcf_generic_walker
};