Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试实现一项功能,根据 HTTP 请求的路径,我可以将请求转发到不同的端口。
比如请求GET /foo,我想转发到81端口,如果是/bar我想转发到82端口。如果是别的,我想继续转发到端口 80,因为它是传入的。
有这样的示例 eBPF 程序吗?
我试图弄清楚我将如何确定 HTTP 请求是什么,因为 eBPF 将应用于数据包级别