Implement redirect to in eBPF proxy

This commit is contained in:
Zoltán Papp
2025-02-17 15:47:20 +01:00
parent 1f088b7e69
commit 06a17f0eee
6 changed files with 69 additions and 42 deletions
+2 -4
View File
@@ -32,10 +32,8 @@ func TestProxyCloseByRemoteConnEBPF(t *testing.T) {
proxy Proxy
}{
{
name: "ebpf proxy",
proxy: &ebpf.ProxyWrapper{
WgeBPFProxy: ebpfProxy,
},
name: "ebpf proxy",
proxy: ebpf.NewProxyWrapper(ebpfProxy),
},
}