[FS#4002] Networking: no bridge for WAN created

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Fri Sep 3 13:21:55 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Stephan (ddmesh) 

Attached to Project - OpenWrt/LEDE Project
Summary - Networking: no bridge for WAN created
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - High
Priority - Very Low
Reported Version - openwrt-21.02
Due in Version - Undecided
Due Date - Undecided
Details - Configuration tells to create a bridge for WAN device, but it just ignores it.
Openwrt 19 does create the bridge correctly.

In our project (freifunk dresden) it is essential that LAN and WAN are bridges because a the underlying interface
is changed dynamically (moved between bridges).

DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='21.02.0-rc4'
DISTRIB_REVISION='r16256-2d5ee43dc6'
DISTRIB_TARGET='ath79/generic'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='OpenWrt 21.02.0-rc4 r16256-2d5ee43dc6'
DISTRIB_TAINTS='no-all no-ipv6'



/etc/config/network:
config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option netmask '255.255.255.0'
        option ipaddr '192.168.222.1'
        option stp '1'
        option bridge_empty '1'

config interface 'wan'
        option device 'eth0.2'
        option proto 'dhcp'
        option type 'bridge'
        option stp '1'
        option bridge_empty '1'
        option force_link '1'






   

 

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

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