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
- Host: GitHub
- URL: https://github.com/jamesseeman/bpflan
- Owner: jamesseeman
- Created: 2024-11-02T19:50:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T22:04:03.000Z (6 months ago)
- Last Synced: 2025-06-04T01:29:00.730Z (4 months ago)
- Topics: ebpf, rust, vxlan
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```