#17660: wr842nd-v2 lose wifi
---------------------+-----------------------------------
  Reporter:  twerrt  |      Owner:  developers
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  Barrier Breaker 14.07
 Component:  kernel  |    Version:  Trunk
Resolution:          |   Keywords:
---------------------+-----------------------------------

Comment (by twerrt):

 I played around, and I have filing it is a how bridge works.

 {{{
 root@OpenWrt:~# brctl show
 bridge name     bridge id               STP enabled     interfaces
 br-lan          7fff.10feed724e36       no              eth1
                                                         tap0
                                                         wlan0
 root@OpenWrt:~#
 }}}

 all packets go to wlan0 (eth1, tap0) interface no matter what destination
 is should go to all other interfaces. that what is promisc mode is. isn't?

 When I remove wlan0 from 'lan' zone that is what excactly happening:

 {{{
 [  124.820000] br-lan: port 3(wlan0) entered forwarding state
 [  124.830000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
 [  126.820000] br-lan: port 3(wlan0) entered forwarding state
 <-- 'wifi' run here
 [  300.430000] device wlan0 left promiscuous mode
 [  300.440000] br-lan: port 3(wlan0) entered disabled state
 root@OpenWrt:~#
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/17660#comment:11>
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