diff options
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index efaa7a75e7f3..6767e54155db 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -485,6 +485,17 @@ config NET_ACT_SIMP | |||
485 | To compile this code as a module, choose M here: the | 485 | To compile this code as a module, choose M here: the |
486 | module will be called simple. | 486 | module will be called simple. |
487 | 487 | ||
488 | config NET_ACT_SKBEDIT | ||
489 | tristate "SKB Editing" | ||
490 | depends on NET_CLS_ACT | ||
491 | ---help--- | ||
492 | Say Y here to change skb priority or queue_mapping settings. | ||
493 | |||
494 | If unsure, say N. | ||
495 | |||
496 | To compile this code as a module, choose M here: the | ||
497 | module will be called skbedit. | ||
498 | |||
488 | config NET_CLS_IND | 499 | config NET_CLS_IND |
489 | bool "Incoming device classification" | 500 | bool "Incoming device classification" |
490 | depends on NET_CLS_U32 || NET_CLS_FW | 501 | depends on NET_CLS_U32 || NET_CLS_FW |