I noticed that there is a ticket with number 30, but I am not sure that it is a relative.
My problem revealed on Virtualbox's OpenWrt 19 x86_64, where the packets with size more than 1448 bytes do not reach other node, and I just increased MTU of device up to 1536. It is a rough hack and I hope this problem can be fixed another way.
Correct me if I made a mistake:
/etc/config/network
---cut---
config device 'eth0_mtu1536'
option name 'eth0'
option mtu '1536'
config device 'eth0_30'
option type '8021ad'
option name 'eth0_30'
option ifname 'eth0'
option vid '30'
config interface 'eth0_30_ad'
option ifname 'eth0_30'
option auto '1'
---cut---
I noticed that there is a ticket with number 30, but I am not sure that it is a relative.
My problem revealed on Virtualbox's OpenWrt 19 x86_64, where the packets with size more than 1448 bytes do not reach other node, and I just increased MTU of device up to 1536. It is a rough hack and I hope this problem can be fixed another way.
Correct me if I made a mistake:
/etc/config/network
/etc/config/bmx7
/etc/openwrt_release