Reputation: 73
I am designing a low-level networking application that needs to efficiently redirect TCP traffic from an eBPF program to a userspace proxy that decides what policies to enforce on the connection.
This will looks something like:
How could the eBPF program redirect the connection to the userspace proxy in a way that makes both the original virtual IP and the resolved IP information available for policy enforcement?
Thanks in advance.
Upvotes: 0
Views: 54