aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-01-09 21:32:52 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-09 21:32:52 -0800
commit5aae0d22660433255765dc9b22ed6ae185361825 (patch)
treeed6bd2e13959e40b7da5b738535b3086a2070823 /net
parente5ce2e257bf3cd5293b3fe3dffb793b28cc0a369 (diff)
downloadhistory-5aae0d22660433255765dc9b22ed6ae185361825.tar.gz
[PKT_SCHED]: Actions are now available for all classifiers & Fix police Kconfig dependencies
Removes outdated comment and make action and old compat policer mutually exclusive to reflect the code. Noted by Jamal Hadi Salim. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sched/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index b04297f5ddf861..b0fb5d7f42b79c 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -381,7 +381,6 @@ config NET_CLS_ACT
---help---
This option requires you have a new iproute2. It enables
tc extensions which can be used with tc classifiers.
- Only the u32 and fw classifiers are supported at the moment.
You MUST NOT turn this on if you dont have an update iproute2.
config NET_ACT_POLICE
@@ -392,13 +391,6 @@ config NET_ACT_POLICE
below to select a policer.
You MUST NOT turn this on if you dont have an update iproute2.
-config NET_CLS_POLICE
- bool "Traffic policing (needed for in/egress)"
- depends on NET_CLS && NET_QOS && NET_ACT_POLICE!=y && NET_ACT_POLICE!=m
- help
- Say Y to support traffic policing (bandwidth limits). Needed for
- ingress and egress rate limiting.
-
config NET_ACT_GACT
tristate "generic Actions"
depends on NET_CLS_ACT
@@ -432,3 +424,11 @@ config NET_ACT_PEDIT
---help---
requires new iproute2
This allows for packets to be generically edited
+
+config NET_CLS_POLICE
+ bool "Traffic policing (needed for in/egress)"
+ depends on NET_CLS && NET_QOS && NET_CLS_ACT!=y
+ help
+ Say Y to support traffic policing (bandwidth limits). Needed for
+ ingress and egress rate limiting.
+