aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ipt.c
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2016-06-13 10:47:43 -0700
committerDavid S. Miller <davem@davemloft.net>2016-06-15 00:05:57 -0700
commit95df1b16074ce1e5dc4129fa206afbac32663e06 (patch)
treefc9429d1238bbdf5438e195e050c83f5e4fb49b7 /net/sched/act_ipt.c
parentMerge branch 'rds-mprds-foundations' (diff)
downloadlinux-dev-95df1b16074ce1e5dc4129fa206afbac32663e06.tar.xz
linux-dev-95df1b16074ce1e5dc4129fa206afbac32663e06.zip
net_sched: remove internal use of TC_POLICE_*
These should be gone when we removed CONFIG_NET_CLS_POLICE. We can not totally remove them since they are exposed to userspace. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.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, 1 insertions, 1 deletions
diff --git a/net/sched/act_ipt.c b/net/sched/act_ipt.c
index e7c0f4d944a2..8998a3594e86 100644
--- a/net/sched/act_ipt.c
+++ b/net/sched/act_ipt.c
@@ -243,7 +243,7 @@ static int tcf_ipt(struct sk_buff *skb, const struct tc_action *a,
default:
net_notice_ratelimited("tc filter: Bogus netfilter code %d assume ACCEPT\n",
ret);
- result = TC_POLICE_OK;
+ result = TC_ACT_OK;
break;
}
spin_unlock(&ipt->tcf_lock);