Rename include paths.

This commit is contained in:
gamemann
2021-11-12 15:53:01 +00:00
parent b66d43b8cb
commit 24a7cf5c0c
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
#include "../libbpf/src/bpf.h"
#include "../libbpf/src/libbpf.h"
#include "include/xdpfw.h"
#include "include/config.h"
#include "xdpfw.h"
#include "config.h"
// Command line variables.
static char *configFile;

View File

@@ -15,7 +15,7 @@
#include "../libbpf/src/bpf_helpers.h"
#include "include/xdpfw.h"
#include "xdpfw.h"
//#define DEBUG
//#define DOSTATSONBLOCKMAP // Feel free to comment this out if you don't want the `blocked` entry on the stats map to be incremented every single time a packet is dropped from the source IP being on the blocked map. Commenting this line out should increase performance when blocking malicious traffic.