From c54ea3e546b6598d2458bfce27ee401d70ec3e73 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 28 Dec 2016 21:29:07 +0000 Subject: [PATCH] Add the additional bpf options to kernel config Signed-off-by: Justin Cormack --- alpine/kernel/kernel_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/kernel/kernel_config b/alpine/kernel/kernel_config index 323b5ff54..c1cb49140 100644 --- a/alpine/kernel/kernel_config +++ b/alpine/kernel/kernel_config @@ -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