#18631: LUCI Realtime graphs, WDS wlanX.sta1 not showing any information
------------------------+----------------------------------
  Reporter:  anonymous  |      Owner:
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Chaos Calmer (trunk)
 Component:  luci       |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+----------------------------------

Comment (by anonymous):

 Just realizing that luci-bwc generates files for each interface
 combination ethX.staY will fill up /tmp/lib/luci-bwc/radio with quite a
 bit of files.

 Inside 0001-Fix-graph-for-WDS-stations-in-Realtime-Wireless-wind.patch
 you might want to change:
 {{{
 for (j = 0; j < 255; j++)
 }}}

 with:
 {{{
 for (j = 0; j < 4; j++)
 }}}

 Why create all the files for the interfaces?

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