Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```