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

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Mon Jul 26 05:01:50 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)

----------
I resolved it by changing the switch configuration as follows:

config device
    option type 'bridge'
    option name 'switch0'
    list ports 'lan1'
    list ports 'lan2'
    list ports 'lan3'
    list ports 'lan4'
    option mtu '1492'

config bridge-vlan
    option device 'switch0'
    option vlan '1'
    list ports 'lan1'
    list ports 'lan2'
    list ports 'lan3'
    list ports 'lan4'

config interface 'lan'
    option device 'switch0.1'
    [...]

I have taken this from an openwrt forum thread. It would be nice if we had a migration path and the new switch configuration properly documented since so far it has been hacks and guesswork
----------

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

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