mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add x86_64 kernel 6.11 support
This commit is contained in:
parent
38e052ca4c
commit
d35fc5c104
174 changed files with 35677 additions and 2 deletions
10
6.11/package/kernel/nat46/patches/002-fix-kernel-6.11.patch
Normal file
10
6.11/package/kernel/nat46/patches/002-fix-kernel-6.11.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/nat46/modules/nat46-netdev.c 2024-09-13 09:39:48.960815094 +0200
|
||||
+++ b/nat46/modules/nat46-netdev.c 2024-09-13 09:40:11.128500472 +0200
|
||||
@@ -110,7 +110,6 @@
|
||||
dev->hard_header_len = 0;
|
||||
dev->addr_len = 0;
|
||||
dev->mtu = 16384; /* iptables does reassembly. Rather than using ETH_DATA_LEN, let's try to get as much mileage as we can with the Linux stack */
|
||||
- dev->features = NETIF_F_NETNS_LOCAL;
|
||||
dev->flags = IFF_NOARP | IFF_POINTOPOINT;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue