mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
10 lines
447 B
Diff
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;
|
|
}
|
|
|