Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 599 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 599 Bytes

eBPF Emerging Project gpl bsd

This README is here for anyone who wants to build loxilb ebpf only modules

Install Dependencies

sudo apt install clang llvm libelf-dev gcc-multilib libpcap-dev
sudo apt install linux-tools-$(uname -r)
sudo apt install elfutils dwarves

Build libbpf

cd libbpf/src
sudo make install
sudo ldconfig

Build loxilb ebpf

cd -
make