Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:40:17.000Z (8 months ago)
- Last Synced: 2024-05-22T17:46:23.758Z (8 months ago)
- Topics: cloud-native, datapath, ebpf, kernel
- Language: C
- Homepage:
- Size: 3.09 MB
- Stars: 16
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
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
[![eBPF Emerging Project](https://img.shields.io/badge/ebpf.io-Emerging--Project-success)](https://ebpf.io/projects#loxilb) ![gpl](https://img.shields.io/badge/license-GPL-blue.svg) ![bsd](https://img.shields.io/badge/license-BSD-blue.svg)
## 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