mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Changes on xtables for 6.6 kernel
This commit is contained in:
parent
b49db635ee
commit
982b856db2
7 changed files with 20350 additions and 0 deletions
33
xtables-addons/patches/900-remove-checksumh.patch
Normal file
33
xtables-addons/patches/900-remove-checksumh.patch
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
--- a/extensions/LUA/prot_buf_ip.c 2023-10-20 16:55:00.658340536 +0200
|
||||
+++ b/extensions/LUA/prot_buf_ip.c 2023-10-20 16:55:11.030165998 +0200
|
||||
@@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#if defined(__KERNEL__)
|
||||
- #include <net/checksum.h>
|
||||
#include <net/tcp.h>
|
||||
#endif
|
||||
|
||||
--- a/extensions/LUA/prot_buf_tcp.c 2023-10-20 17:05:44.507457150 +0200
|
||||
+++ v/extensions/LUA/prot_buf_tcp.c 2023-10-20 17:06:08.907041173 +0200
|
||||
@@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#if defined(__KERNEL__)
|
||||
- #include <net/checksum.h>
|
||||
#include <net/tcp.h>
|
||||
#endif
|
||||
#include "controller.h"
|
||||
--- a/extensions/LUA/prot_buf_udp.c 2023-10-20 17:05:54.411288304 +0200
|
||||
+++ b/extensions/LUA/prot_buf_udp.c 2023-10-20 17:06:15.758924360 +0200
|
||||
@@ -16,10 +16,9 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(__KERNEL__)
|
||||
- #include <net/checksum.h>
|
||||
#endif
|
||||
|
||||
#include "controller.h"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue