Skip to content

Commit fed27e7

Browse files
theihoranakryiko
authored andcommitted
kconfigs: add CONFIG_INET to config.common
Required for struct bpf_sock_tupl and others. libbpf-rs failure example: https://github.com/libbpf/vmlinux.h/actions/runs/14366702710/job/40281267348 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 2c7e8a5 commit fed27e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kconfigs/config.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_DEBUG_INFO_DWARF4=y
88
CONFIG_FPROBE=y
99
CONFIG_FTRACE=y
1010
CONFIG_FUNCTION_TRACER=y
11+
CONFIG_INET=y
1112
CONFIG_KPROBES=y
1213
CONFIG_KPROBE_EVENTS=y
1314
CONFIG_MMU=y

0 commit comments

Comments
 (0)