Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: b8d62e1c0540fc832e4ef9dea44899e4939c1d93 https://github.com/dtaht/ceropackages-3.10/commit/b8d62e1c0540fc832e4ef9dea44899e4939c1d93 Author: Sebastian Moeller Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- Allow all interfaces in SQM's interface name dropdown menu The old implementation presented all real interfaces currently in up state. Unfortunatelly this does not show PPPoE interfaces, but for PPPoE lines the packet classification currently only works if pppoe-$DEV (with e.g. DEV=ge00). The new imlplementation was inspired by luci-app-wol and presents everything including ifb, while potentially confusing it at least allows proper traffic shaping on pppoe managed connections.