Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/goxdp
A example command line tool to attach/detach an XDP program with Go.
https://github.com/higebu/goxdp
Last synced: about 1 month ago
JSON representation
A example command line tool to attach/detach an XDP program with Go.
- Host: GitHub
- URL: https://github.com/higebu/goxdp
- Owner: higebu
- License: mit
- Created: 2019-01-23T07:30:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T05:32:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T19:44:28.933Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goxdp
A example command line tool to attach/detach an XDP program.
## Install
```
go get -u github.com/higebu/goxdp
```## Usage
```
sudo goxdp attach --device lo --object ./testdata/xdp_prog.elf
sudo goxdp detach --device lo
```