From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id 9896121F2BF for ; Sun, 5 Oct 2014 12:24:44 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1412537083; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=t7t963X3qcK3mMY/bwn6PVfDlRbLhXIVYpza5YQlKUs=; b=FjyYYKD7YH1YxkgP6eCBvXqfmY9GNVcw5KmcdDP8pe8e9u+G2VsyHB3ApjrAGtc67lh5ZgH8 7NXzzN0rdwr/zEwSMSpAy+jo0bbWp2c79M3IXB6HKyvkJRtSw/t+fHLyZP9YgzW6yOwfkoVH K1/Y3fESzvjsASU1uVYCONwPgGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=OixwrdgzP0Ao+4WY7AYxZgIaBYeeAy9VfAlcYjotp90NFITbqT03FJpPo4Izk/9TI5qASz RENQZk69culUxPJep/xpEj7gAGDyBORh6fIHZkzeN7cc60wOR2JUpYtY2dZQ9sbOFEgUD4cJ ZsR+Y7xITqHx4uomVwYKajOhqKXSI= Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 54319af4.4c6cf90-in3; Sun, 05 Oct 2014 19:24:36 -0000 (UTC) Date: Sun, 05 Oct 2014 12:24:36 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <54319af42f0f3_364b3f9dab40b2c087268@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] b8d62e: Allow all interfaces in SQM's interface name dropd... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_54319af42ebca_364b3f9dab40b2c0871f2"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 19:25:12 -0000 ----==_mimepart_54319af42ebca_364b3f9dab40b2c0871f2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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. ----==_mimepart_54319af42ebca_364b3f9dab40b2c0871f2--