--- zzzz-none-000/linux-4.9.276/net/sched/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/sched/Kconfig 2023-04-05 08:19:02.000000000 +0000 @@ -423,6 +423,12 @@ ---help--- Say Y here to be able to use netfilter marks as u32 key. +config CLS_U32_EXTMARK + bool "Netfilter extended marks support" + depends on NET_CLS_U32 + ---help--- + Say Y here to be able to use netfilter marks as u32 key. + config NET_CLS_RSVP tristate "IPv4 Resource Reservation Protocol (RSVP)" select NET_CLS @@ -650,6 +656,18 @@ To compile this code as a module, choose M here: the module will be called act_mirred. +config NET_ACT_SAMPLE + tristate "Traffic Sampling" + depends on NET_CLS_ACT + select PSAMPLE + ---help--- + Say Y here to allow packet sampling tc action. The packet sample + action consists of statistically choosing packets and sampling + them using the psample module. + + To compile this code as a module, choose M here: the + module will be called act_sample. + config NET_ACT_IPT tristate "IPtables targets" depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES @@ -806,6 +824,17 @@ classification based on the incoming device. This option is likely to disappear in favour of the metadata ematch. +config NET_ACT_COLMARK + tristate "Color marking" + depends on NET_CLS_ACT + ---help--- + Say Y here to configure color marking type and mode. + + If unsure, say N. + + To compile this code as a module, choose M here: the + module will be called act_colmark. + endif # NET_SCHED config NET_SCH_FIFO