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

https://github.com/jamesseeman/bpflan

VXLAN overlay networks managed by ebpf & tc
https://github.com/jamesseeman/bpflan

ebpf rust vxlan

Last synced: about 2 months ago
JSON representation

VXLAN overlay networks managed by ebpf & tc

Awesome Lists containing this project

README

          

# bpflan

## Prerequisites

1. stable rust toolchains: `rustup toolchain install stable`
1. bpf-linker: `cargo install bpf-linker` (`--no-default-features` on macOS)

## Build & Run

```shell
RUST_LOG=info cargo run --release --config 'target."cfg(all())".runner="sudo -E"' --bin bpflan -- --iface eno1
```