|
@@ -298,7 +298,6 @@ static struct tc_action_ops act_ipt_ops = {
|
|
|
.act = tcf_ipt,
|
|
|
.dump = tcf_ipt_dump,
|
|
|
.cleanup = tcf_ipt_cleanup,
|
|
|
- .lookup = tcf_hash_search,
|
|
|
.init = tcf_ipt_init,
|
|
|
.walk = tcf_generic_walker
|
|
|
};
|
|
@@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = {
|
|
|
.act = tcf_ipt,
|
|
|
.dump = tcf_ipt_dump,
|
|
|
.cleanup = tcf_ipt_cleanup,
|
|
|
- .lookup = tcf_hash_search,
|
|
|
.init = tcf_ipt_init,
|
|
|
.walk = tcf_generic_walker
|
|
|
};
|