| | 266 | comment "Actions" |
|---|
| | 267 | |
|---|
| | 268 | config FWRT_KERNEL_NET_CLS_ACT |
|---|
| | 269 | boolean |
|---|
| | 270 | select FWRT_KERNEL_NET_SCHED |
|---|
| | 271 | select FWRT_KERNEL_NET_ESTIMATOR |
|---|
| | 272 | default n |
|---|
| | 273 | |
|---|
| | 274 | config FWRT_KPACKAGE_KMOD_NET_ACT_POLICE |
|---|
| | 275 | prompt "kmod-act-police................... Traffic Policing" |
|---|
| | 276 | tristate |
|---|
| | 277 | select FWRT_KERNEL_NET_CLS_ACT |
|---|
| | 278 | default n |
|---|
| | 279 | help |
|---|
| | 280 | Say Y here if you want to do traffic policing, i.e. strict |
|---|
| | 281 | bandwidth limiting. This action replaces the existing policing |
|---|
| | 282 | module. |
|---|
| | 283 | |
|---|
| | 284 | config FWRT_KPACKAGE_KMOD_NET_ACT_GACT |
|---|
| | 285 | prompt "kmod-act-gact..................... Generic actions" |
|---|
| | 286 | tristate |
|---|
| | 287 | select FWRT_KERNEL_NET_CLS_ACT |
|---|
| | 288 | default n |
|---|
| | 289 | help |
|---|
| | 290 | Say Y here to take generic actions such as dropping and |
|---|
| | 291 | accepting packets. |
|---|
| | 292 | |
|---|
| | 293 | config FWRT_KPACKAGE_KMOD_NET_ACT_MIRRED |
|---|
| | 294 | prompt "kmod-act-mirred................... Redirecting and Mirroring" |
|---|
| | 295 | tristate |
|---|
| | 296 | select FWRT_KERNEL_NET_CLS_ACT |
|---|
| | 297 | default n |
|---|
| | 298 | help |
|---|
| | 299 | Say Y here to allow packets to be mirrored or redirected to |
|---|
| | 300 | other devices. |
|---|
| | 301 | |
|---|
| | 302 | config FWRT_KPACKAGE_KMOD_NET_ACT_IPT |
|---|
| | 303 | prompt "kmod-act-ipt...................... IPtables targets" |
|---|
| | 304 | tristate |
|---|
| | 305 | select FWRT_KERNEL_NET_CLS_ACT |
|---|
| | 306 | select FWRT_KPACKAGE_KMOD_IP_NF_IPTABLES |
|---|
| | 307 | default n |
|---|
| | 308 | help |
|---|
| | 309 | Say Y here to be able to invoke iptables targets after successful |
|---|
| | 310 | classification. |
|---|
| | 311 | |
|---|
| | 312 | config FWRT_KPACKAGE_KMOD_NET_ACT_PEDIT |
|---|
| | 313 | prompt "kmod-act-pedit.................... Packet Editing" |
|---|
| | 314 | tristate |
|---|
| | 315 | select FWRT_KERNEL_NET_CLS_ACT |
|---|
| | 316 | default n |
|---|
| | 317 | help |
|---|
| | 318 | Say Y here if you want to mangle the content of packets. |
|---|
| | 319 | |
|---|