X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fsched%2FKconfig;h=c0df054b5e7e13cda52bc8f47a09b9d1d84ef71d;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=97a42d9eda9ea06c8cd298623c4b1ec6052f6c5f;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 97a42d9ed..c0df054b5 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -317,7 +317,7 @@ config NET_CLS_U32 module will be called cls_u32. config CLS_U32_PERF - bool " U32 classifier performance counters" + bool "U32 classifier performance counters" depends on NET_CLS_U32 help gathers stats that could be used to tune u32 classifier performance. @@ -364,7 +364,7 @@ config NET_CLS_RSVP6 module will be called cls_rsvp6. config NET_CLS_ACT - bool ' Packet ACTION ' + bool "Packet ACTION" depends on EXPERIMENTAL && NET_CLS && NET_QOS ---help--- This option requires you have a new iproute2. It enables @@ -373,7 +373,7 @@ config NET_CLS_ACT You MUST NOT turn this on if you dont have an update iproute2. config NET_ACT_POLICE - tristate ' Policing Actions' + tristate "Policing Actions" depends on NET_CLS_ACT ---help--- If you are using a newer iproute2 select this one, otherwise use one @@ -387,3 +387,15 @@ config NET_CLS_POLICE 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 + ---help--- + You must have new iproute2 to use this feature + This adds simple filtering actions like drop,accepet etc + +config GACT_PROB + bool "generic Actions probability" + depends on NET_ACT_GACT + ---help--- + Allows generic actions to be randomly or deterministically used