Fix for: led cmd is working correct now for LED AOSS (not inverted anymore for the tomato user) - for example:
led aoss off // turn off Power LED
led aoss on // turn on Power LED
tested with RT-N18U, working
Fix for: with blink_br turned on, turning on/off the BRIDGE LED (only for some Router like RT-AC56U, RT-N18U, WS880 right no) with led cmd (for example: led bridge off)
does not "work" (at least just a few (milli)seconds until blink_br turns the LED back on or off depending on the ethernet connection).
Now: if the user turns the BRIDGE LED off, stop/kill blink_br also!
Example:
led bridge on // OR
led bridge off
tested with R7000, working
Hint: RT-N18U, RT-AC56U and WS880 do use blink_br to turn on/off the bridge LED (automatically) after a ethernet cable is connected/disconnected.
Fix for: with blink turned on, turning on/off the WLAN LEDs with led cmd (for example: led wlan off)
does not "work" (at least just a few milliseconds until blink turns the LED back on/off).
Now: if the user turns a WLAN LED on OR off, stop/kill blink.
Hint: setting/option was already in place but only for one source (and no note about it).
Advanced tomato user can use up to three sources for multicasting without the need for a complete custom configuration. (easy alternative way)
Default is: 0.0.0.0/0 (no change, allow all sources)
To define sources for multicasting and IGMP data you can use NVRAM variable "multicast_altnet_1", "multicast_altnet_2" and "multicast_altnet_3" without using a (complete) custom configuration.
Format: a.b.c.d/n (Example: 10.0.0.0/16)
Fix for: led cmd is working correct now for LED AOSS (not inverted anymore for the tomato user) - for example:
led aoss off // turn off Power LED
led aoss on // turn on Power LED
tested with RT-N18U, working
Fix for: with blink_br turned on, turning on/off the BRIDGE LED (only for some Router like RT-AC56U, RT-N18U, WS880 right no) with led cmd (for example: led bridge off)
does not "work" (at least just a few (milli)seconds until blink_br turns the LED back on or off depending on the ethernet connection).
Now: if the user turns the BRIDGE LED off, stop/kill blink_br also!
Example:
led bridge on // OR
led bridge off
tested with R7000, working
Hint: RT-N18U, RT-AC56U and WS880 do use blink_br to turn on/off the bridge LED (automatically) after a ethernet cable is connected/disconnected.
Fix for: with blink turned on, turning on/off the WLAN LEDs with led cmd (for example: led wlan off)
does not "work" (at least just a few milliseconds until blink turns the LED back on/off).
Now: if the user turns a WLAN LED on OR off, stop/kill blink.