8000 add socket-filter ebpf demo · lx1036/code@e743fee · GitHub
[go: up one dir, main page]

Skip to content

Commit e743fee

Browse files
author
shenming
committed
add socket-filter ebpf demo
1 parent 750443b commit e743fee

File tree

7 files changed

+539
-17
lines changed

7 files changed

+539
-17
lines changed

go/k8s/bpf/xdp-l4lb/xdp-cilium-l4lb/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ add_executable(xdp_cilium_l4lb
124124
cilium/test/tproxy/socket-lookup/socket-lookup-cgroup/socket_lookup_cgroup.c
125125
cilium/test/tproxy/socket-lookup/socket-lookup-cgroup/linux_tcp.h
126126
cilium/test/tproxy/socket-lookup/socket-lookup/test_sk_lookup.c
127-
cilium/test/tproxy/socket-bypass-tcpip/test_socket_bypass_tcpip.c)
127+
cilium/test/tproxy/socket-bypass-tcpip/test_socket_bypass_tcpip.c
128+
cilium/test/tproxy/socket-filter/test_socket_filter.c)

go/k8s/bpf/xdp-l4lb/xdp-cilium-l4lb/cilium/test/tproxy/socket-filter/bpf_bpfeb.go

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/k8s/bpf/xdp-l4lb/xdp-cilium-l4lb/cilium/test/tproxy/socket-filter/bpf_bpfel.go

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0