https://github.com/asphaltt/l2fwd
A pure layer 2 forward tool, based on XDP and goebpf. MIT License
https://github.com/asphaltt/l2fwd
Last synced: 3 months ago
JSON representation
A pure layer 2 forward tool, based on XDP and goebpf. MIT License
- Host: GitHub
- URL: https://github.com/asphaltt/l2fwd
- Owner: Asphaltt
- License: mit
- Created: 2021-08-30T14:41:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T11:27:15.000Z (over 4 years ago)
- Last Synced: 2025-03-02T19:19:41.700Z (over 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# l2fwd
l2fwd is an experimental tool to forward packets between two network interfaces.
It achieves it with XDP and [dropbox/goebpf](https://github.com/dropbox/goebpf).
## TODO
- [ ] run demo script to test its function