1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Fix NDPI patch for kernel 5.4

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-12-24 10:54:04 +01:00
parent 9971a1c093
commit f1d429e0ee

View file

@ -1,9 +1,10 @@
--- a/ndpi-netfilter/src/main.c 2023-12-22 18:09:04.107421950 +0100
+++ b/ndpi-netfilter/src/main.c 2023-12-22 18:10:11.038240353 +0100
@@ -103,13 +103,7 @@
@@ -103,13 +103,9 @@
static char debug_name[]="debug";
static char risk_name[]="risks";
+#if LINUX_VERSION_CODE > KERNEL_VERSION(5,19,0)
-#ifdef CONFIG_NF_CONNTRACK_DESTROY_HOOK
#define USE_NF_CONNTRACK_DESTROY_HOOK
-#elif LINUX_VERSION_CODE > KERNEL_VERSION(5,19,0)
@ -11,6 +12,7 @@
-#define USE_LIVEPATCH
-#endif
-#endif
+#endif
#ifdef USE_LIVEPATCH
#if IS_ENABLED(CONFIG_LIVEPATCH)