Commit 13a0a096e58a1149a8cffbd7722b820044e3801e

Authored by Patrick McHardy
Committed by David S. Miller
1 parent f12ca5f97b

[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>

Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff

... ... @@ -476,15 +476,6 @@
476 476 To compile this code as a module, choose M here: the
477 477 module will be called simple.
478 478  
479   -config 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   -
488 479 config NET_CLS_IND
489 480 bool "Incoming device classification"
490 481 depends on NET_CLS_U32 || NET_CLS_FW