[NET_SCHED]: sch_ingress: remove netfilter support
authorPatrick McHardy <kaber@trash.net>
Fri, 1 Feb 2008 00:57:15 +0000 (16:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:28:25 +0000 (19:28 -0800)
commit72eb7bd2693d83e161442b709b107dd77c77b4f2
treed823cbbf98ed196f280a230fd3cb0268fd65a5a0
parent52913246e0056c9c6215a778a3b31b6b9ce5c3ef
[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>
net/sched/Kconfig
net/sched/sch_ingress.c