summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-02-16 23:33:17 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2023-02-16 23:33:17 -0500
commit6c4c5f16b1beb599ba897956499469eeca86cfc8 (patch)
treeebec501b79bda94c9b656c2a1d3af3c61cda2ef9 /README.md
parent23061bab189d3cfc7181ce68f4949304d91b3ce6 (diff)
modified readme and added packet_dropper files
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e6d352..b523fb4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Now that the driver is loaded, it is active. Nothing will appear to have changed
22 22
23### Build information 23### Build information
24 24
25You need the linux headers, libbpf headers, libxdp headers and clang. Once you have all of these installed, run the following command to build the object file that can be loaded: 25A prebuild version has been provided, however to build you can do the following. You need the linux headers, libbpf headers, libxdp headers and clang. Once you have all of these installed, run the following command to build the object file that can be loaded:
26 26
27``` 27```
28clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o 28clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o