aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ipt.c
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2014-01-15 18:49:30 -0500
committerDavid S. Miller <davem@davemloft.net>2014-01-19 22:58:07 -0500
commit671314a5abb7abb8346cd3f16f75c1e55ed7667b (patch)
tree7f684415739016dc45149e2b6f5bd8e2e1ed4689 /net/sched/act_ipt.c
parent9d08dd3d320fab4e8b491eb34ebbb5476d2266cf (diff)
net_sched: act: remove capab from struct tc_action_ops
It is not actually implemented. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_ipt.c')
-rw-r--r--net/sched/act_ipt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sched/act_ipt.c b/net/sched/act_ipt.c
index bc9f498f6fef..67d701e0a2bd 100644
--- a/net/sched/act_ipt.c
+++ b/net/sched/act_ipt.c
@@ -287,7 +287,6 @@ static struct tc_action_ops act_ipt_ops = {
287 .kind = "ipt", 287 .kind = "ipt",
288 .hinfo = &ipt_hash_info, 288 .hinfo = &ipt_hash_info,
289 .type = TCA_ACT_IPT, 289 .type = TCA_ACT_IPT,
290 .capab = TCA_CAP_NONE,
291 .owner = THIS_MODULE, 290 .owner = THIS_MODULE,
292 .act = tcf_ipt, 291 .act = tcf_ipt,
293 .dump = tcf_ipt_dump, 292 .dump = tcf_ipt_dump,
@@ -299,7 +298,6 @@ static struct tc_action_ops act_xt_ops = {
299 .kind = "xt", 298 .kind = "xt",
300 .hinfo = &ipt_hash_info, 299 .hinfo = &ipt_hash_info,
301 .type = TCA_ACT_XT, 300 .type = TCA_ACT_XT,
302 .capab = TCA_CAP_NONE,
303 .owner = THIS_MODULE, 301 .owner = THIS_MODULE,
304 .act = tcf_ipt, 302 .act = tcf_ipt,
305 .dump = tcf_ipt_dump, 303 .dump = tcf_ipt_dump,