@@ -106,11 +106,11 @@ filters = (
|
|||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building & Installation
|
||||||
Before building, ensure the `libconfig-dev` package is installed along with necessary building tools such as `llvm`, `clang`, and `libelf-dev`. For Debian/Ubuntu, you can install this with the following as root:
|
Before building, ensure the `libconfig-dev` package is installed along with necessary building tools such as `llvm`, `clang`, and `libelf-dev`. For Debian/Ubuntu, you can install this with the following as root:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get install libconfig-dev
|
apt-get install libconfig-dev llvm clang libelf-dev build-essential -y
|
||||||
```
|
```
|
||||||
|
|
||||||
You can use `git` and `make` to build this project. The following should work:
|
You can use `git` and `make` to build this project. The following should work:
|
||||||
@@ -147,4 +147,4 @@ This XDP project performs basic layer 3/4 forwarding using source port mapping s
|
|||||||
[GitHub Repository](https://github.com/gamemann/XDP-Forwarding)
|
[GitHub Repository](https://github.com/gamemann/XDP-Forwarding)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
* [Christian Deacon](https://github.com/gamemann) - Creator.
|
* [Christian Deacon](https://github.com/gamemann) - Creator.
|
||||||
|
|||||||
Reference in New Issue
Block a user