@KorDen @Le ecureuil
Попробовал проверить фрагментацию на крайней 2.11, действительно не работает.
Два роутера соединены по лан.
Пингую с одного роутера ip eoip интерфейса второго роутера, пинги с длиной 1500 не пролезают.
Роутер1:
system set net.core.eoip_allow_fragment 1
interface EoIP0
mac address 72:d2:ff:ff:ff:ff
security-level private
ip address 172.16.255.1 255.255.255.0
ip dhcp client dns-routes
ip dhcp client name-servers
tunnel destination 192.168.1.5
tunnel eoip id 1
up
Роутер2:
system set net.core.eoip_allow_fragment 1
interface EoIP0
mac address 72:d1:ff:ff:ff:ff
security-level private
ip address 172.16.255.2 255.255.255.0
ip dhcp client dns-routes
ip dhcp client name-servers
tunnel destination 192.168.1.1
tunnel eoip id 1
up