aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-01-31 16:57:15 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-31 19:28:25 -0800
commit72eb7bd2693d83e161442b709b107dd77c77b4f2 (patch)
treed823cbbf98ed196f280a230fd3cb0268fd65a5a0 /net/sched/Kconfig
parent[MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register() fails. (diff)
downloadlinux-dev-72eb7bd2693d83e161442b709b107dd77c77b4f2.tar.xz
linux-dev-72eb7bd2693d83e161442b709b107dd77c77b4f2.zip
[NET_SCHED]: sch_ingress: remove netfilter support
Since the old policer code is gone, TC actions are needed for policing. The ingress qdisc can get packets directly from netif_receive_skb() in case TC actions are enabled or through netfilter otherwise, but since without TC actions there is no policer the only thing it actually does is count packets. Remove the netfilter support and always require TC actions. Signed-off-by: Patrick McHardy <kaber@trash.net> Acked-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 87af7c913d81..7d4085a4af66 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -198,7 +198,7 @@ config NET_SCH_NETEM
config NET_SCH_INGRESS
tristate "Ingress Qdisc"
- depends on NET_CLS_ACT || NETFILTER
+ depends on NET_CLS_ACT
---help---
Say Y here if you want to use classifiers for incoming packets.
If unsure, say Y.