commit 9a30302f3eea0904b561e62aed972414168de326
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Mar 24 14:02:33 2022 +0000
fix
el8_fix.patch | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/el8_fix.patch b/el8_fix.patch
index a09aafa..e88fa69 100644
--- a/el8_fix.patch
+++ b/el8_fix.patch
@@ -5,7 +5,18 @@
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 9) && LINUX_VERSION_CODE <
KERNEL_VERSION(5, 10, 0) || \
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 78) && LINUX_VERSION_CODE <
KERNEL_VERSION(5, 5, 0) || \
- LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 158) && LINUX_VERSION_CODE
< KERNEL_VERSION(4, 20, 0)
-+ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18,0) && LINUX_VERSION_CODE <
KERNEL_VERSION(4, 20, 0)
++ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18, 0) && LINUX_VERSION_CODE <
KERNEL_VERSION(4, 20, 0)
#else
# define ip_route_me_harder(xnet, xsk, xskb, xaddrtype) ip_route_me_harder((xnet),
(xskb), (xaddrtype))
# define ip6_route_me_harder(xnet, xsk, xskb) ip6_route_me_harder((xnet), (xskb))
+--- xtables-addons-3.19/extensions/xt_ipp2p.c
++++ xtables-addons-3.19/extensions/xt_ipp2p.c
+@@ -19,7 +19,7 @@ MODULE_AUTHOR("Eicke Friedrich/Klaus Deg
+ MODULE_DESCRIPTION("An extension to iptables to identify P2P traffic.");
+ MODULE_LICENSE("GPL");
+
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 1, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 18, 0)
+ static inline unsigned int
+ ip_transport_len(const struct sk_buff *skb)
+ {
Show replies by date