https://github.com/loxilb-io/loxilb-ebpf
loxilb ebpf sub-module
https://github.com/loxilb-io/loxilb-ebpf
cloud-native datapath ebpf kernel
Last synced: 8 months ago
JSON representation
loxilb ebpf sub-module
- Host: GitHub
- URL: https://github.com/loxilb-io/loxilb-ebpf
- Owner: loxilb-io
- License: bsd-2-clause
- Created: 2022-10-11T05:10:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:08:30.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:03:38.866Z (over 1 year ago)
- Topics: cloud-native, datapath, ebpf, kernel
- Language: C
- Homepage:
- Size: 4.33 MB
- Stars: 27
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-BSD
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
[](https://ebpf.io/projects#loxilb)  
## 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