Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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