|
|
@ -299,7 +299,6 @@ static struct tc_action_ops act_ipt_ops = { |
|
|
|
.dump = tcf_ipt_dump, |
|
|
|
.dump = tcf_ipt_dump, |
|
|
|
.cleanup = tcf_ipt_cleanup, |
|
|
|
.cleanup = tcf_ipt_cleanup, |
|
|
|
.init = tcf_ipt_init, |
|
|
|
.init = tcf_ipt_init, |
|
|
|
.walk = tcf_generic_walker |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static struct tc_action_ops act_xt_ops = { |
|
|
|
static struct tc_action_ops act_xt_ops = { |
|
|
@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = { |
|
|
|
.dump = tcf_ipt_dump, |
|
|
|
.dump = tcf_ipt_dump, |
|
|
|
.cleanup = tcf_ipt_cleanup, |
|
|
|
.cleanup = tcf_ipt_cleanup, |
|
|
|
.init = tcf_ipt_init, |
|
|
|
.init = tcf_ipt_init, |
|
|
|
.walk = tcf_generic_walker |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
MODULE_AUTHOR("Jamal Hadi Salim(2002-13)"); |
|
|
|
MODULE_AUTHOR("Jamal Hadi Salim(2002-13)"); |
|
|
|