Skip to content

Commit

Permalink
Merge pull request #8670 from YangKeao/support_sch_filter
Browse files Browse the repository at this point in the history
Add SCH_PRIO, SCH_SFQ and CLS_BASIC kernel module to add filter on traffic control
  • Loading branch information
medyagh committed Jul 23, 2020
2 parents b7b26ea + 944f2a2 commit f290112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,12 @@ CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
CONFIG_BRIDGE=m
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_NETEM=y
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_CLS_BPF=m
Expand Down

0 comments on commit f290112

Please sign in to comment.