mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Merge pull request #936 from justincormack/bpf-config
Add the additional bpf options to kernel config
This commit is contained in:
commit
0c31b4e64f
@ -1252,7 +1252,7 @@ CONFIG_NET_CLS_RSVP=y
|
||||
CONFIG_NET_CLS_RSVP6=y
|
||||
CONFIG_NET_CLS_FLOW=y
|
||||
CONFIG_NET_CLS_CGROUP=y
|
||||
# CONFIG_NET_CLS_BPF is not set
|
||||
CONFIG_NET_CLS_BPF=y
|
||||
# CONFIG_NET_CLS_FLOWER is not set
|
||||
CONFIG_NET_CLS_MATCHALL=y
|
||||
CONFIG_NET_EMATCH=y
|
||||
@ -1275,7 +1275,7 @@ CONFIG_NET_ACT_SIMP=y
|
||||
CONFIG_NET_ACT_SKBEDIT=y
|
||||
CONFIG_NET_ACT_CSUM=y
|
||||
# CONFIG_NET_ACT_VLAN is not set
|
||||
# CONFIG_NET_ACT_BPF is not set
|
||||
CONFIG_NET_ACT_BPF=y
|
||||
# CONFIG_NET_ACT_CONNMARK is not set
|
||||
# CONFIG_NET_ACT_SKBMOD is not set
|
||||
# CONFIG_NET_ACT_IFE is not set
|
||||
|
Loading…
Reference in New Issue
Block a user