1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.12/package/kernel/nat46/patches/002-fix-kernel-6.11.patch
2024-11-06 10:17:15 +01:00

10 lines
447 B
Diff

--- 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;
}