From 9993e64fb68847544ed3dd9edf77f610a5289e43 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Sat, 25 Jul 2020 14:25:37 +0000 Subject: [PATCH] Increase max filters to 55. --- src/include/xdpfw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/xdpfw.h b/src/include/xdpfw.h index 97e8e99..93890cd 100644 --- a/src/include/xdpfw.h +++ b/src/include/xdpfw.h @@ -4,7 +4,7 @@ #include #define MAX_PCKT_LENGTH 65535 -#define MAX_FILTERS 50 +#define MAX_FILTERS 55 #define MAX_TRACK_IPS 100000 struct tcpopts