From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id 2E0DD21F1F1 for ; Wed, 18 Dec 2013 14:35:59 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1387406158; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=3rz1ugH4QqJijMLKfAYI+KtZ7+lHglKDr6oKLyTi0mA=; b=vh1KLNkT2xMDnA6qbt8Bb/UfHxI/uLUGTz1WqLJJYQWQ5lCJj6ugpqMyGsTvAJpG8LzvyGJX cjsbkVdVR1V96EJvyjbzuyo9CVVFAlYMuFZywDikfIgVDh4YVPME/goNf/UUoxwvdrxJniuF wQJ6HQHQXxHMK6fOe31JeOko0ik= 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=MZkw/wKaHWQ5RnDujFkFJus5lM5uqEWd/tzJe4CykBG5qoT/gXVCthaDbRkwIuCOY8GhH+ W7eBB1E4vCXaJdLkdwS8HTIxpgE6gRBc8Jz9SKAYozCg+zPq+enfMvwyB5MsaBEiWetL3W5p +oQHmRXyAN0wWiPLDgTOiW1EtGUbE= Received: from github.com (Unknown [192.30.252.48]) by mxa.mailgun.org with ESMTP id 52b2234a.7fa01c70fc00-in1; Wed, 18 Dec 2013 22:35:54 -0000 (UTC) Date: Wed, 18 Dec 2013 14:35:54 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52b2234a1c9c4_6ea9127dd5412605d@hookshot-fe2-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 16f22a: Reorganize the link layer adaptation tab Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52b2234a1c064_6ea9127dd5412597"; 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: Wed, 18 Dec 2013 22:35:59 -0000 ----==_mimepart_52b2234a1c064_6ea9127dd5412597 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 16f22acfabd1033d0dd1fbeb6e63150b34c61463 https://github.com/dtaht/ceropackages-3.3/commit/16f22acfabd1033d0dd1fbeb6e63150b34c61463 Author: Sebastian Moeller Date: 2013-12-18 (Wed, 18 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua M net/aqm-scripts/files/usr/lib/aqm/functions.sh M net/aqm-scripts/files/usr/lib/aqm/run.sh Log Message: ----------- Reorganize the link layer adaptation tab The link layer adaptation GUI was a bit distracting with too many exposed options. Now there is one drop down box to select the link layer (none, ethernet, or atm) with a small hint when to pick which option. The selection of the link layer adaptation mechanism moved to the end of the advanced configuration options, since no user ever should need to set those... ----==_mimepart_52b2234a1c064_6ea9127dd5412597--