首页 > TAG信息列表 > libbpf
BTFGen: 让 eBPF 程序可移植发布更近一步
本文地址:https://ebpf.top/post/btfgen-one-step-closer-to-truly-portable-ebpf-programs Mauricio 2022 2022/03/16 eBPF 是一项广为人知的技术,已经在可观测、网络和安全领域领域得到广泛应用。Linux 操作系统提供了虚拟机,可用于安全和高效的方式运行 eBPF 程序【译者注:如果是bpf:No ELF library support compiled in.
问题:版本不支持 #tc filter add dev veth100 ingress bpf da obj proxy.o sec tc No ELF library support compiled in. 解决: # 安装libbpf: git clone https://github.com/libbpf/libbpf cd libbpf/src make make install # 下载iproute2 git clone git://git.kernel.org/pub/