From 6c4c5f16b1beb599ba897956499469eeca86cfc8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 16 Feb 2023 23:33:17 -0500 Subject: modified readme and added packet_dropper files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ### Build information -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: +A 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: ``` clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o -- cgit v1.2.3