mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
Test 3294: Create SFB with default setting Test 430a: Create SFB with rehash setting Test 3410: Create SFB with db setting Test 49a0: Create SFB with limit setting Test 1241: Create SFB with max setting Test 3249: Create SFB with target setting Test 30a9: Create SFB with increment setting Test 239a: Create SFB with decrement setting Test 9301: Create SFB with penalty_rate setting Test 2a01: Create SFB with penalty_burst setting Test 3209: Change SFB with rehash setting Test 5447: Show SFB class Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
80 lines
1.5 KiB
Plaintext
80 lines
1.5 KiB
Plaintext
#
|
|
# Core Netfilter Configuration
|
|
#
|
|
CONFIG_NF_CONNTRACK=m
|
|
CONFIG_NF_CONNTRACK_MARK=y
|
|
CONFIG_NF_CONNTRACK_ZONES=y
|
|
CONFIG_NF_CONNTRACK_LABELS=y
|
|
CONFIG_NF_NAT=m
|
|
|
|
CONFIG_NET_SCHED=y
|
|
|
|
#
|
|
# Queueing/Scheduling
|
|
#
|
|
CONFIG_NET_SCH_ATM=m
|
|
CONFIG_NET_SCH_CHOKE=m
|
|
CONFIG_NET_SCH_CODEL=m
|
|
CONFIG_NET_SCH_ETF=m
|
|
CONFIG_NET_SCH_FQ=m
|
|
CONFIG_NET_SCH_GRED=m
|
|
CONFIG_NET_SCH_HHF=m
|
|
CONFIG_NET_SCH_PLUG=m
|
|
CONFIG_NET_SCH_PRIO=m
|
|
CONFIG_NET_SCH_INGRESS=m
|
|
CONFIG_NET_SCH_SFB=m
|
|
|
|
#
|
|
# Classification
|
|
#
|
|
CONFIG_NET_CLS=y
|
|
CONFIG_NET_CLS_FW=m
|
|
CONFIG_NET_CLS_U32=m
|
|
CONFIG_CLS_U32_PERF=y
|
|
CONFIG_CLS_U32_MARK=y
|
|
CONFIG_NET_EMATCH=y
|
|
CONFIG_NET_EMATCH_STACK=32
|
|
CONFIG_NET_EMATCH_CMP=m
|
|
CONFIG_NET_EMATCH_NBYTE=m
|
|
CONFIG_NET_EMATCH_U32=m
|
|
CONFIG_NET_EMATCH_META=m
|
|
CONFIG_NET_EMATCH_TEXT=m
|
|
CONFIG_NET_EMATCH_IPSET=m
|
|
CONFIG_NET_EMATCH_CANID=m
|
|
CONFIG_NET_EMATCH_IPT=m
|
|
CONFIG_NET_CLS_ACT=y
|
|
CONFIG_NET_ACT_POLICE=m
|
|
CONFIG_NET_ACT_GACT=m
|
|
CONFIG_GACT_PROB=y
|
|
CONFIG_NET_ACT_MIRRED=m
|
|
CONFIG_NET_ACT_SAMPLE=m
|
|
CONFIG_NET_ACT_IPT=m
|
|
CONFIG_NET_ACT_NAT=m
|
|
CONFIG_NET_ACT_PEDIT=m
|
|
CONFIG_NET_ACT_SIMP=m
|
|
CONFIG_NET_ACT_SKBEDIT=m
|
|
CONFIG_NET_ACT_CSUM=m
|
|
CONFIG_NET_ACT_VLAN=m
|
|
CONFIG_NET_ACT_BPF=m
|
|
CONFIG_NET_ACT_CONNMARK=m
|
|
CONFIG_NET_ACT_CTINFO=m
|
|
CONFIG_NET_ACT_SKBMOD=m
|
|
CONFIG_NET_ACT_IFE=m
|
|
CONFIG_NET_ACT_TUNNEL_KEY=m
|
|
CONFIG_NET_ACT_CT=m
|
|
CONFIG_NET_ACT_MPLS=m
|
|
CONFIG_NET_IFE_SKBMARK=m
|
|
CONFIG_NET_IFE_SKBPRIO=m
|
|
CONFIG_NET_IFE_SKBTCINDEX=m
|
|
CONFIG_NET_SCH_FIFO=y
|
|
CONFIG_NET_SCH_ETS=m
|
|
CONFIG_NET_SCH_RED=m
|
|
CONFIG_NET_SCH_FQ_PIE=m
|
|
CONFIG_NETDEVSIM=m
|
|
|
|
#
|
|
## Network testing
|
|
#
|
|
CONFIG_CAN=m
|
|
CONFIG_ATM=y
|