#17298: Bridge not created after update to BB-RC1
--------------------------+-------------------------------------
 Reporter:  herr.ernst@…  |      Owner:  developers
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:  Barrier Breaker (trunk)
Component:  packages      |    Version:  Trunk
 Keywords:  bridge,uci    |
--------------------------+-------------------------------------
 I've upgraded my Linksys E2000 (bcm47xx) from r40772 to 14.07-rc1, r41580
 (now using the subdevice mips74k image) keeping my configuration. I'm
 using OpenWRT as bridged AP, DNS and DHCP being external. After the
 upgrade, my bridge over Ethernet and Wi-Fi doesn't get created
 automatically as before, I manually have to execute `brctl addif br-lan
 wl0`. Has anything changed in configuration syntax? Here the relevant
 parts of uci:
 {{{
 network.eth0=switch
 network.eth0.name=switch0
 network.eth0.reset=1
 network.eth0.enable=1
 network.eth0.enable_vlan=1
 network.eth0_1=switch_vlan
 network.eth0_1.device=switch0
 network.eth0_1.vlan=1
 network.eth0_1.ports=0 1 2 3 4 8
 network.lan=interface
 network.lan.ifname=eth0
 network.lan.type=bridge
 network.lan.proto=static
 network.lan.hostname=OpenWrt
 network.lan.ipaddr=192.168.0.2
 network.lan.netmask=255.255.255.0
 network.lan.gateway=192.168.0.1
 wireless.wl0=wifi-device
 wireless.wl0.type=broadcom
 wireless.@wifi-iface[0]=wifi-iface
 wireless.@wifi-iface[0].device=wl0
 wireless.@wifi-iface[0].mode=ap
 wireless.@wifi-iface[0].network=lan
 }}}
 I've also posted this in the
 [https://forum.openwrt.org/viewtopic.php?id=51803 forum] and at least one
 other use seems to have the same problem.

--
Ticket URL: <https://dev.openwrt.org/ticket/17298>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to