eBPF based TOA
#4441
Replies: 1 comment 2 replies
-
|
Not familiar with BPF_PROG_TYPE_CGROUP_SOCK_ADDR , but you may use tc-bpf to implement TOA. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In
BPF_PROG_TYPE_CGROUP_SOCK_ADDRprogram type, thestruct sockcannot be accessed. I want to implement an eBPF-based TOA (Tcp Option Address) to restore the real client IP/PORT in LVS-FULLNAT mode, usingBPF_CGROUP_INET4_GETPEERNAMEattach modeBeta Was this translation helpful? Give feedback.
All reactions