[FS#3949] netifd commit 2801fe6132c4e2e364e2d5a304594185351b501b to openwrt 21.02 breaks Linksys switch

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Mon Jul 26 08:34:45 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3949 - netifd commit 2801fe6132c4e2e364e2d5a304594185351b501b to openwrt 21.02 breaks Linksys switch
User who did this - Mauro Mozzarelli (ezplanet)

----------
A similar configuration to the above (for WRT32x) works also for an EA8300, however due to the latter having a legacy switch, the bridge eth0+eth1 (necessary to use all 5 ethernet ports in the same LAN in a repeater configuration), is quite cumbersome as I had to create a switch over an existing switch as follows to make it work:

config device
    option type 'bridge'
    option name 'switch1'
    list ports 'eth0'
    list ports 'eth1'
    option mtu '1492'

config bridge-vlan
    option device 'switch1'
    option vlan '1'
    list ports 'eth0'
    list ports 'eth1'

config interface 'lan'
    option device 'switch1.1'
    option proto 'static'
    option ipaddr 'x.x.x.x'
    [...]
    
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3949#comment9962

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list