aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-01-21 03:47:43 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:08:37 -0500
commit13a0a096e58a1149a8cffbd7722b820044e3801e (patch)
tree51ecf5e4c0e3c3eaa20c8f06ca88c3824b48436c /net/sched
parentf12ca5f97b7f99288aff1dc32a91f21c3230fefe (diff)
[NET_SCHED]: kill obsolete NET_CLS_POLICE option
The code is already gone for about half a year, the config option has been kept around to select the replacement options for easier upgrades. This seems long enough, people upgrading from older kernels will have to reconfigure a lot anyway. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 554248e0fc4c..87af7c913d81 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -476,15 +476,6 @@ config NET_ACT_SIMP
476 To compile this code as a module, choose M here: the 476 To compile this code as a module, choose M here: the
477 module will be called simple. 477 module will be called simple.
478 478
479config NET_CLS_POLICE
480 bool "Traffic Policing (obsolete)"
481 select NET_CLS_ACT
482 select NET_ACT_POLICE
483 ---help---
484 Say Y here if you want to do traffic policing, i.e. strict
485 bandwidth limiting. This option is obsolete and just selects
486 the option replacing it. It will be removed in the future.
487
488config NET_CLS_IND 479config NET_CLS_IND
489 bool "Incoming device classification" 480 bool "Incoming device classification"
490 depends on NET_CLS_U32 || NET_CLS_FW 481 depends on NET_CLS_U32 || NET_CLS_FW