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

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

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