Replies: 1 comment 2 replies
-
have you compiled the bpf module as the ebpf function depends on the kernel, could you provide some details about the running environment? OS version: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello when I run pipy/samples/bpf/transparent-proxy ,here is an error
"2024-07-16 15:58:22.344 [ERR] [pjs] File /main.js:
2024-07-16 15:58:22.345 [ERR] [pjs] Line 5: var progCgConnect4 = obj.programs.find(p => p.name === 'cg_connect4').load('BPF_PROG_TYPE_CGROUP_SOCK_ADDR', 'BPF_CGROUP_INET4_CONNECT')
2024-07-16 15:58:22.345 [ERR] [pjs] ^
2024-07-16 15:58:22.345 [ERR] [pjs] Error: syscall BPF_MAP_CREATE failed with errno = 22: Invalid argument
2024-07-16 15:58:22.345 [ERR] [pjs] Backtrace:" could you please help me
Beta Was this translation helpful? Give feedback.
All reactions