diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-21 00:47:43 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:08:37 -0800 |
commit | 13a0a096e58a1149a8cffbd7722b820044e3801e (patch) | |
tree | 51ecf5e4c0e3c3eaa20c8f06ca88c3824b48436c /net/sched | |
parent | f12ca5f97b7f99288aff1dc32a91f21c3230fefe (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/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 554248e0fc4..87af7c913d8 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -476,15 +476,6 @@ config NET_ACT_SIMP To compile this code as a module, choose M here: the module will be called simple. -config NET_CLS_POLICE - bool "Traffic Policing (obsolete)" - select NET_CLS_ACT - select NET_ACT_POLICE - ---help--- - Say Y here if you want to do traffic policing, i.e. strict - bandwidth limiting. This option is obsolete and just selects - the option replacing it. It will be removed in the future. - config NET_CLS_IND bool "Incoming device classification" depends on NET_CLS_U32 || NET_CLS_FW |