spolack:
The listed config below is running fine on 19.07 till 19.07.3. From 19.07.4 on the throughput to peers on the tagged VLANs falls below 10Mbit/s. Seems there is some regression introduced on 19.07.4.
Sample config:
config interface 'ff_dhcp'
option proto 'static'
option ifname 'eth0.30'
option ipaddr '10.36.164.65/27'
config interface 'mgmt'
option proto 'static'
option ifname 'eth0.42'
option ipaddr '10.36.190.177/28'
config switch_vlan
option device 'switch0'
option vlan '30'
option ports '0t 3 4'
config switch_vlan
option device 'switch0'
option vlan '42'
option ports '0t 3t 4t'
* Note:
As essedma has some bugs i cannot use switchport, which is hardcoded to VLAN2. But i'm fine with just leaving it as it is.
spolack:
The listed config below is running fine on 19.07 till 19.07.3. From 19.07.4 on the throughput to peers on the tagged VLANs falls below 10Mbit/s. Seems there is some regression introduced on 19.07.4.
Sample config:
config interface 'ff_dhcp'
option proto 'static'
option ifname 'eth0.30'
option ipaddr '10.36.164.65/27'
* Note: As essedma has some bugs i cannot use switchport, which is hardcoded to VLAN2. But i'm fine with just leaving it as it is.config interface 'mgmt'
option proto 'static'
option ifname 'eth0.42'
option ipaddr '10.36.190.177/28'
config switch_vlan
option device 'switch0'
option vlan '30'
option ports '0t 3 4'
config switch_vlan
option device 'switch0'
option vlan '42'
option ports '0t 3t 4t'